diff --git a/src/callbacks.py b/src/callbacks.py index 70a17e57b..b7195d6c0 100644 --- a/src/callbacks.py +++ b/src/callbacks.py @@ -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