mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +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):
|
def reset(self):
|
||||||
self.history = MaxLengthQueue(conf.maxHistory)
|
self.history = MaxLengthQueue(conf.maxHistory)
|
||||||
self.nicksToHostmasks = {}
|
self.nicksToHostmasks = ircutils.IrcDict()
|
||||||
self.channels = {}
|
self.channels = ircutils.IrcDict()
|
||||||
|
|
||||||
def __getstate__(self):
|
def __getstate__(self):
|
||||||
d = {}
|
d = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user