diff options
| author | olive <olive@olive.ooo> | 2026-09-15 11:38:43 +0100 |
|---|---|---|
| committer | olive <olive@olive.ooo> | 2026-09-15 11:38:43 +0100 |
| commit | 0daf741d750f3829dac9f5160dae946a2b4894d0 (patch) | |
| tree | 6cb2f6a773251140a920e94bf36f41e68f6558c8 /nanochat | |
| parent | 86ff06f140d6122dc38d9fad2b29ca7eccc82171 (diff) | |
oopsie
Diffstat (limited to 'nanochat')
| -rw-r--r-- | nanochat/pylon.lua | 2 |
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 |
