This commit is contained in:
Luke Rogers 2014-03-25 16:32:00 +13:00
parent 8e4ce31c0e
commit d863628139
5 changed files with 41 additions and 50 deletions

View file

@ -32,8 +32,8 @@ def exit_gracefully(signum, frame):
original_sigint = signal.getsignal(signal.SIGINT)
signal.signal(signal.SIGINT, exit_gracefully)
# create a bot thread and start it
cloudbot = bot.Bot()
# create a bot master and start it
cloudbot = bot.CloudBot()
cloudbot.start()
# watch to see if the bot stops running or needs a restart