diff --git a/src/callbacks.py b/src/callbacks.py index 0e8de725c..c598819c6 100644 --- a/src/callbacks.py +++ b/src/callbacks.py @@ -817,7 +817,8 @@ class NestedCommandsIrcProxy(ReplyIrcProxy): self.prefixNick = prefixNick if action is not None: self.action = self.action or action - self.prefixNick = False + if action: + self.prefixNick = False if notice is not None: self.notice = self.notice or notice if private is not None: