go in more chans now that it actually works

This commit is contained in:
lickthecheese 2020-02-01 10:58:07 -05:00
parent 82f43697fc
commit cc837689a4
2 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -47,7 +47,7 @@ class Circles(teambot.Handler):
self._bot.conn.privmsg(target,message)
if __name__=="__main__":
chans = ['#chaos']
chans = ['#chaos', '#lickthecheese', '#cminecraft', '#bots', '#mbgeneral']
bot = teambot.TeamBot(chans, "circles", "localhost", chandler=Circles)
bot.start()