diff options
| author | olive <olive@olive.ooo> | 2026-09-12 21:03:00 +0100 |
|---|---|---|
| committer | olive <olive@olive.ooo> | 2026-09-12 21:03:00 +0100 |
| commit | c593260d4f522f8ee0e51bd70db021e85a7e4d25 (patch) | |
| tree | 77070e67c74bb65ed7eaca953194294a85cffa64 /nanochat | |
| parent | 1f9192f9d6639dedd243532616fb034f0e5bb14a (diff) | |
discord channel webhooking
Diffstat (limited to 'nanochat')
| -rw-r--r-- | nanochat/pylon.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nanochat/pylon.lua b/nanochat/pylon.lua index 7dae58b..b295745 100644 --- a/nanochat/pylon.lua +++ b/nanochat/pylon.lua @@ -20,10 +20,6 @@ function Nanochat:_connect() self.usids = {} end -function Nanochat:add_channel(channel) - -- don't need to do anything -end - function Nanochat:recving() while true do self.sock:write("SKIP "..self.lastid.."\n") |
