Do not prefixNick for actions

This commit is contained in:
James Vega 2008-11-09 17:44:56 +00:00
parent b99b2c7f64
commit a9d1830303
1 changed files with 2 additions and 0 deletions

View File

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