little changes

This commit is contained in:
Luke Rogers 2013-10-03 16:40:32 +13:00
parent b08c0a46a9
commit d0bf5ecbc8
3 changed files with 33 additions and 24 deletions

View file

@ -19,7 +19,6 @@ signal.signal(signal.SIGINT, exit_gracefully)
# create new bot object
cloudbot = bot.Bot()
cloudbot.logger.debug("Bot initalized, starting main loop.")
while cloudbot.running:
cloudbot.loop()
# start the main loop
cloudbot.run()