mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 20:52:42 +01:00
Fix previous commit to work with Karma.
This commit is contained in:
parent
543edccd41
commit
73ddedd73c
@ -1014,6 +1014,7 @@ class NestedCommandsIrcProxy(ReplyIrcProxy):
|
||||
def noReply(self, msg=None):
|
||||
if msg is None:
|
||||
msg = self.msg
|
||||
super(NestedCommandsIrcProxy, self).noReply(msg=msg)
|
||||
if self.finalEvaled:
|
||||
self.irc.noReply(msg=msg)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user