From db9933207953cfbd8a8dbe558c57d63142d9af62 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 7 May 2021 20:10:57 +0200 Subject: [PATCH] callback: Fix AssertionError when action is given with implicit noLengthCheck --- src/callbacks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/callbacks.py b/src/callbacks.py index 9c9b05be0..03cef9b40 100644 --- a/src/callbacks.py +++ b/src/callbacks.py @@ -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: