From 809efc6793cfae22dc9302e3e3e3e2b5b7897642 Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 6 Dec 2018 08:26:07 +0000 Subject: Only pop MODE args when we're certain we should (pays more attention to CHANMODES ISUPPORT) --- src/IRCServer.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/IRCServer.py') diff --git a/src/IRCServer.py b/src/IRCServer.py index 61f99ef9..7a3aa150 100644 --- a/src/IRCServer.py +++ b/src/IRCServer.py @@ -54,6 +54,8 @@ class Server(IRCObject.Object): self.prefix_modes = collections.OrderedDict( (("o", "@"), ("v", "+"))) self.channel_modes = [] # type: typing.List[str] + self.channel_list_modes = [] # type: typing.List[str] + self.channel_paramatered_modes = [] # type: typing.List[str] self.channel_types = ["#"] self.case_mapping = "rfc1459" -- cgit v1.3.1-10-gc9f91