mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-10-18 18:07:25 +02:00
Only disable prefixNick if action is actually True
This commit is contained in:
parent
614fa22038
commit
73fb339b04
@ -817,6 +817,7 @@ class NestedCommandsIrcProxy(ReplyIrcProxy):
|
||||
self.prefixNick = prefixNick
|
||||
if action is not None:
|
||||
self.action = self.action or action
|
||||
if action:
|
||||
self.prefixNick = False
|
||||
if notice is not None:
|
||||
self.notice = self.notice or notice
|
||||
|
Loading…
x
Reference in New Issue
Block a user