diff options
| author | olive <olive@olive.ooo> | 2026-09-12 18:22:22 +0100 |
|---|---|---|
| committer | olive <olive@olive.ooo> | 2026-09-12 18:22:22 +0100 |
| commit | fa9da79c39f62439ece735ed0e7dfe4c4c9692b2 (patch) | |
| tree | f62ef38df78d92a295f61e21beff6d53814fe2b4 /nanochat_send/pylon.lua | |
| parent | 3687e97db6c035d0cc7065f5d22d801e6553bb2a (diff) | |
add add_channel
Diffstat (limited to 'nanochat_send/pylon.lua')
| -rw-r--r-- | nanochat_send/pylon.lua | 4 |
1 files changed, 4 insertions, 0 deletions
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") |
