remove events from here for now, they aren't being used
This commit is contained in:
parent
ba06eecabf
commit
0db11688c3
|
@ -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:'
|
||||
|
||||
|
|
Loading…
Reference in New Issue