mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Do not prefixNick for actions
This commit is contained in:
parent
b99b2c7f64
commit
a9d1830303
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user