Fix reset of capabilities_ls.

Broken by 0014b206ad.
This commit is contained in:
Valentin Lorentz 2019-11-09 18:27:07 +01:00
parent 3848ae78de
commit 6a9462be00

View File

@ -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,