Oops, forgot to commit this with the case-insensitive more changes.

This commit is contained in:
Jeremy Fincher 2003-12-16 13:32:31 +00:00
parent 2ba68353dd
commit db8d18b1aa

View File

@ -565,7 +565,8 @@ class Privmsg(irclib.IrcCallback):
noIgnore = False
handled = False
commandArgs = ['self', 'irc', 'msg', 'args']
_mores = {} # This must be class-scope, so all subclasses use the same one.
# This must be class-scope, so all subclasses use the same one.
_mores = ircutils.IrcDict()
def __init__(self):
self.__parent = super(Privmsg, self)
self.Proxy = IrcObjectProxy