summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nanochat/pylon.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/nanochat/pylon.lua b/nanochat/pylon.lua
index 6546f05..dfd8532 100644
--- a/nanochat/pylon.lua
+++ b/nanochat/pylon.lua
@@ -34,8 +34,8 @@ function Nanochat:recving()
else
deliverables[i] = { source_channel=Channel(self, chan), sender="", body=msg:sub(msgi,-1) }
end
- else
- -- ignore messages without a channel, they stay nanochat-local
+ else -- luacheck: ignore 542
+ -- ignore messages without a channel, they stay nanochat-local
end
end
local s = self.sock:read("*l")