mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 14:49:21 +01:00
Changed dictionaries in IrcState to use ircutils.IrcDict.
This commit is contained in:
parent
d596752a5f
commit
019a648617
@ -171,8 +171,8 @@ class IrcState(object):
|
||||
|
||||
def reset(self):
|
||||
self.history = MaxLengthQueue(conf.maxHistory)
|
||||
self.nicksToHostmasks = {}
|
||||
self.channels = {}
|
||||
self.nicksToHostmasks = ircutils.IrcDict()
|
||||
self.channels = ircutils.IrcDict()
|
||||
|
||||
def __getstate__(self):
|
||||
d = {}
|
||||
|
Loading…
Reference in New Issue
Block a user