From 73ddedd73c81d1d5bfec24af24435a815d1ed412 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 21 Oct 2017 15:53:38 +0200 Subject: [PATCH] Fix previous commit to work with Karma. --- src/callbacks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/callbacks.py b/src/callbacks.py index faf4a0aa4..771679751 100644 --- a/src/callbacks.py +++ b/src/callbacks.py @@ -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: