From fa9da79c39f62439ece735ed0e7dfe4c4c9692b2 Mon Sep 17 00:00:00 2001 From: olive Date: Sat, 12 Sep 2026 18:22:22 +0100 Subject: add add_channel --- nanochat_send/pylon.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nanochat_send/pylon.lua') diff --git a/nanochat_send/pylon.lua b/nanochat_send/pylon.lua index 5263e1b..0e57763 100644 --- a/nanochat_send/pylon.lua +++ b/nanochat_send/pylon.lua @@ -22,6 +22,10 @@ function NanochatSend:_connect() end end +function NanochatSend:add_channel(channel) + -- don't need to do anything +end + function NanochatSend:recving() while true do self.sock:write("SKIP "..self.lastid.."\n") -- cgit v1.2.3