Fix previous commit to work with Karma.

This commit is contained in:
Valentin Lorentz 2017-10-21 15:53:38 +02:00
parent 543edccd41
commit 73ddedd73c
1 changed files with 1 additions and 0 deletions

View File

@ -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: