mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +01:00
Fix reset of capabilities_ls.
Broken by 0014b206ada2cc1fbabe497a0048e2bfed608511.
This commit is contained in:
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…
x
Reference in New Issue
Block a user