Added chat history tracker
This commit is contained in:
parent
2028075d2f
commit
914bc255ab
3 changed files with 61 additions and 13 deletions
|
@ -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()
|
||||
|
|
Reference in a new issue