From c9b43b5bb9d85f68edded36428fb14f05debf190 Mon Sep 17 00:00:00 2001 From: rebecca Date: Sun, 13 Sep 2026 16:25:56 +0100 Subject: use log more pervasively, changes to discord and xmpp: discord: fix some logic errors, correctly ignore messages in channels that we don't care about xmpp: reformat some of the recving logic, but it's still borken somehow, but olive says she wants to fix it not me --- pylon.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'pylon.lua') diff --git a/pylon.lua b/pylon.lua index 45aa8ab..69a611a 100644 --- a/pylon.lua +++ b/pylon.lua @@ -23,6 +23,7 @@ function BasePylon.run(self) self.cq = cqueues.new() self.cq:wrap(function() self:_connect() + self.log"connected!" self.cq:wrap(self.recving, self) self.cq:wrap(self.sending, self) end) -- cgit v1.2.3