go in other channels

This commit is contained in:
lickthecheese 2020-02-01 11:09:45 -05:00
parent e0d2921018
commit 75f1a4c1bb
2 changed files with 2 additions and 2 deletions

4
bot.py
View File

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