mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Oops, forgot to commit this with the case-insensitive more changes.
This commit is contained in:
parent
2ba68353dd
commit
db8d18b1aa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user