remove events from here for now, they aren't being used

This commit is contained in:
Christine Dodrill 2015-12-01 12:14:22 -08:00
parent ba06eecabf
commit 0db11688c3
1 changed files with 0 additions and 5 deletions

View File

@ -128,11 +128,6 @@ def reload(init=False):
continue
bot.commands[name] = plug
bot.events = collections.defaultdict(list)
for func, args in bot.plugs['event']:
for event in args['events']:
bot.events[event].append((func, args))
if init:
print ' plugin listing:'