mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 03:33:11 +01:00
Minor cosmetic changes.
This commit is contained in:
parent
5bcd98e1a4
commit
dd6f5de32e
@ -126,4 +126,5 @@ def all(p, seq):
|
|||||||
return False
|
return False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||||
|
@ -211,8 +211,8 @@ class IrcState(IrcCommandDispatcher):
|
|||||||
|
|
||||||
def reset(self):
|
def reset(self):
|
||||||
self.history.reset()
|
self.history.reset()
|
||||||
self.nicksToHostmasks = ircutils.IrcDict()
|
|
||||||
self.channels = ircutils.IrcDict()
|
self.channels = ircutils.IrcDict()
|
||||||
|
self.nicksToHostmasks = ircutils.IrcDict()
|
||||||
|
|
||||||
def __getstate__(self):
|
def __getstate__(self):
|
||||||
return map(lambda name: getattr(self, name), self.__slots__)
|
return map(lambda name: getattr(self, name), self.__slots__)
|
||||||
|
Loading…
Reference in New Issue
Block a user