mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
parent
3848ae78de
commit
6a9462be00
@ -388,7 +388,7 @@ class IrcState(IrcCommandDispatcher, log.Firewalled):
|
||||
self.batches = {}
|
||||
self.capabilities_ack = set()
|
||||
self.capabilities_nak = set()
|
||||
self.capabilities_ls = set()
|
||||
self.capabilities_ls = {}
|
||||
|
||||
def __reduce__(self):
|
||||
return (self.__class__, (self.history, self.supported,
|
||||
|
Loading…
Reference in New Issue
Block a user