This commit is contained in:
= 2025-04-04 03:57:55 +00:00
parent b3dc852812
commit 0b0e8c061a

1
bot.py

@ -167,6 +167,7 @@ class IRCBot():
# self.send("#tildetown", f"i hear activity in {channel}...")
self.send("#bots", f"i hear activity in {channel}...")
self.config["counts"][channel] = 0
self.write_config()
self.set_time(channel, now)
if __name__ == "__main__":