From 7bfb9b2f40bbf9bad8c86242f6408291aac0bbab Mon Sep 17 00:00:00 2001 From: = <=> Date: Fri, 4 Apr 2025 04:15:29 +0000 Subject: [PATCH] try this, try that, see what sticks --- bot.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bot.py b/bot.py index 6d654b9..fb36065 100644 --- a/bot.py +++ b/bot.py @@ -166,9 +166,9 @@ class IRCBot(): if self.counter(channel) < messages_within_timeout: if now - channel_time > timeout: self.send("#bots", f"i hear activity in {channel}...") - # self.send("#tildetown", f"i hear activity in {channel}...") - self.config["counts"][channel] = 0 - self.write_config() + # self.send("#tildetown", f"i hear activity in {channel}...") + self.config["counts"][channel] = 0 + self.write_config() self.set_time(channel, now) if __name__ == "__main__":