summaryrefslogtreecommitdiff
path: root/nanochat/pylon.lua
diff options
context:
space:
mode:
authorolive <olive@olive.ooo>2026-09-15 11:38:43 +0100
committerolive <olive@olive.ooo>2026-09-15 11:38:43 +0100
commit0daf741d750f3829dac9f5160dae946a2b4894d0 (patch)
tree6cb2f6a773251140a920e94bf36f41e68f6558c8 /nanochat/pylon.lua
parent86ff06f140d6122dc38d9fad2b29ca7eccc82171 (diff)
oopsie
Diffstat (limited to 'nanochat/pylon.lua')
-rw-r--r--nanochat/pylon.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nanochat/pylon.lua b/nanochat/pylon.lua
index 096dcf0..8e510bc 100644
--- a/nanochat/pylon.lua
+++ b/nanochat/pylon.lua
@@ -47,7 +47,7 @@ function Nanochat:recving()
if self.usids[id] then
self.usids[id] = nil
else
- self.log:proto('<',chan,d.sender.d.body)
+ self.log:proto('<',chan,d.sender,d.body)
self.wilson:deliver(Channel(self, chan), d)
end
end