mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-22 10:42:55 +01:00
Unbreak invalidCommands.
This commit is contained in:
parent
948571c17f
commit
e7e72d4484
@ -666,7 +666,7 @@ class NestedCommandsIrcProxy(ReplyIrcProxy):
|
||||
return
|
||||
if threaded:
|
||||
name = 'Thread #%s (for invalidCommands)' % world.threadsSpawned
|
||||
t = world.SupyThread(callInvalidCommands, name=name)
|
||||
t = world.SupyThread(target=callInvalidCommands, name=name)
|
||||
t.setDaemon(True)
|
||||
t.start()
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user