From 78171f7504549fdeeff3316acdb333d3b74bfeb7 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 10 Sep 2018 08:57:10 +0100 Subject: Add support for IRCv3's batch and draft/labeled-response --- IRCServer.py | 1 + 1 file changed, 1 insertion(+) (limited to 'IRCServer.py') diff --git a/IRCServer.py b/IRCServer.py index 8059a9a5..a1e3a489 100644 --- a/IRCServer.py +++ b/IRCServer.py @@ -31,6 +31,7 @@ class Server(object): self._capabilities_waiting = set([]) self.capabilities = set([]) self.server_capabilities = {} + self.batches = {} self.write_buffer = b"" self.buffered_lines = [] -- cgit v1.3.1-10-gc9f91