mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Partial fix for bug #877601, I'll do the rest in class.
This commit is contained in:
parent
8164f5bb1f
commit
1e15c4ca75
@ -433,7 +433,7 @@ class IrcObjectProxy(RichReplyMethods):
|
|||||||
command = getattr(cb, name)
|
command = getattr(cb, name)
|
||||||
Privmsg.handled = True
|
Privmsg.handled = True
|
||||||
if cb.threaded:
|
if cb.threaded:
|
||||||
t = CommandThread(cb.callCommand, command,
|
t = CommandThread(target=self._callCommand, command,
|
||||||
self, self.msg, self.args)
|
self, self.msg, self.args)
|
||||||
t.start()
|
t.start()
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user