mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 03:33:11 +01:00
Only disable prefixNick if action is actually True
This commit is contained in:
parent
614fa22038
commit
73fb339b04
@ -817,7 +817,8 @@ class NestedCommandsIrcProxy(ReplyIrcProxy):
|
||||
self.prefixNick = prefixNick
|
||||
if action is not None:
|
||||
self.action = self.action or action
|
||||
self.prefixNick = False
|
||||
if action:
|
||||
self.prefixNick = False
|
||||
if notice is not None:
|
||||
self.notice = self.notice or notice
|
||||
if private is not None:
|
||||
|
Loading…
Reference in New Issue
Block a user