diff options
| author | rebecca <ubq323@ubq323.website> | 2026-09-13 16:25:56 +0100 |
|---|---|---|
| committer | rebecca <ubq323@ubq323.website> | 2026-09-13 16:25:56 +0100 |
| commit | c9b43b5bb9d85f68edded36428fb14f05debf190 (patch) | |
| tree | 5c0c296c6b56fa66ceb874366e8b25e10e23baed /pylon.lua | |
| parent | 57b7cec33e32f02fe67de91aec66662b6ae5c6ab (diff) | |
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
Diffstat (limited to 'pylon.lua')
| -rw-r--r-- | pylon.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
