fixed singlethread
This commit is contained in:
parent
f49c1b873c
commit
bae3c819ca
2 changed files with 1 additions and 2 deletions
|
@ -90,7 +90,6 @@ class PluginLoader(object):
|
|||
for obj in namespace.itervalues():
|
||||
if hasattr(obj, '_hook'): # check for magic
|
||||
if obj._thread:
|
||||
# TODO: pretty sure this is broken
|
||||
self.bot.threads[obj] = main.Handler(self.bot, obj)
|
||||
|
||||
for type, data in obj._hook:
|
||||
|
|
Reference in a new issue