mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +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
|
target = msg.nick
|
||||||
else:
|
else:
|
||||||
target = to
|
target = to
|
||||||
|
if action:
|
||||||
|
prefixNick = False
|
||||||
if to is None:
|
if to is None:
|
||||||
to = msg.nick
|
to = msg.nick
|
||||||
# Ok, now let's make the payload:
|
# Ok, now let's make the payload:
|
||||||
|
Loading…
Reference in New Issue
Block a user