I am not a smart person sometimes

This commit is contained in:
Luke Rogers 2014-03-01 18:40:36 +13:00
parent fd7253ded7
commit 6518fe7136
5 changed files with 12 additions and 12 deletions

View file

@ -18,7 +18,6 @@ print 'CloudBot DEV <http://git.io/cloudbotirc>'
# create new bot object
bot = Bot()
bot.vars = {}
bot.history = {}
# record start time for the uptime command
bot.start_time = time.time()