Slight update.

This commit is contained in:
Jeremy Fincher 2004-04-09 15:30:34 +00:00
parent f8b83f69f2
commit 44ab483905
1 changed files with 1 additions and 1 deletions

View File

@ -561,8 +561,8 @@ class IrcObjectProxy(RichReplyMethods):
self.notice = notice or self.notice self.notice = notice or self.notice
self.private = private or self.private self.private = private or self.private
self.to = to or self.to self.to = to or self.to
# action=True implies noLengthCheck=True and prefixName=False
self.prefixName = prefixName and self.prefixName and not self.action 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 self.noLengthCheck=noLengthCheck or self.noLengthCheck or self.action
if self.finalEvaled: if self.finalEvaled:
if not isinstance(self.irc, irclib.Irc): if not isinstance(self.irc, irclib.Irc):