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