mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-25 12:19:24 +01:00
callback: Fix AssertionError when action is given with implicit noLengthCheck
This commit is contained in:
parent
e3fce56800
commit
db99332079
@ -1182,6 +1182,7 @@ class NestedCommandsIrcProxy(ReplyIrcProxy):
|
||||
self.action = self.action or action
|
||||
if action:
|
||||
self.prefixNick = False
|
||||
self.noLengthCheck = True
|
||||
if notice is not None:
|
||||
self.notice = self.notice or notice
|
||||
if private is not None:
|
||||
|
Loading…
Reference in New Issue
Block a user