mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +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 True
|
||||
|
||||
|
||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||
|
@ -211,8 +211,8 @@ class IrcState(IrcCommandDispatcher):
|
||||
|
||||
def reset(self):
|
||||
self.history.reset()
|
||||
self.nicksToHostmasks = ircutils.IrcDict()
|
||||
self.channels = ircutils.IrcDict()
|
||||
self.nicksToHostmasks = ircutils.IrcDict()
|
||||
|
||||
def __getstate__(self):
|
||||
return map(lambda name: getattr(self, name), self.__slots__)
|
||||
|
Loading…
Reference in New Issue
Block a user