From a9d1830303e09081f10b547629ce9548ae421dcd Mon Sep 17 00:00:00 2001 From: James Vega Date: Sun, 9 Nov 2008 17:44:56 +0000 Subject: [PATCH] Do not prefixNick for actions --- src/callbacks.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/callbacks.py b/src/callbacks.py index eac43fe4d..0e8de725c 100644 --- a/src/callbacks.py +++ b/src/callbacks.py @@ -183,6 +183,8 @@ def reply(msg, s, prefixNick=None, private=None, target = msg.nick else: target = to + if action: + prefixNick = False if to is None: to = msg.nick # Ok, now let's make the payload: