Added chat history tracker

This commit is contained in:
Luke Rogers 2014-02-28 13:19:39 +13:00
parent 2028075d2f
commit 914bc255ab
3 changed files with 61 additions and 13 deletions

View file

@ -18,6 +18,7 @@ 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()