more chans

This commit is contained in:
lickthecheese 2020-02-02 20:06:54 -05:00
parent c22b3048dc
commit 8c250d7a69
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

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