From 44ab483905d3a1b1dc4de8f98b8f7f6b175e5430 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 9 Apr 2004 15:30:34 +0000 Subject: [PATCH] Slight update. --- src/callbacks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/callbacks.py b/src/callbacks.py index a81944374..540a8aa47 100644 --- a/src/callbacks.py +++ b/src/callbacks.py @@ -561,8 +561,8 @@ class IrcObjectProxy(RichReplyMethods): self.notice = notice or self.notice self.private = private or self.private self.to = to or self.to + # action=True implies noLengthCheck=True and prefixName=False self.prefixName = prefixName and self.prefixName and not self.action - # action=True should imply noLengthCheck=True. We can't more actions. self.noLengthCheck=noLengthCheck or self.noLengthCheck or self.action if self.finalEvaled: if not isinstance(self.irc, irclib.Irc):