Added sneaky dictionary to bot and conn
This commit is contained in:
parent
205294dea7
commit
1feb6d1a1b
2 changed files with 2 additions and 0 deletions
1
bot.py
1
bot.py
|
@ -37,6 +37,7 @@ print "Operating System: %s, Python " \
|
|||
"" % (opsys, python_imp, python_ver, architecture)
|
||||
|
||||
bot = Bot()
|
||||
bot.vars = {}
|
||||
bot.start_time = time.time()
|
||||
|
||||
print 'Loading plugins...'
|
||||
|
|
Reference in a new issue