From 84a3bf613501ec88a0be7042e11501b93af2c549 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sat, 9 Feb 2019 18:48:18 +0000 Subject: Also capture channel setting-related modes (e.g. +f for flood settings) --- src/IRCServer.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/IRCServer.py') diff --git a/src/IRCServer.py b/src/IRCServer.py index 4c8ffec2..d3ced447 100644 --- a/src/IRCServer.py +++ b/src/IRCServer.py @@ -56,6 +56,7 @@ class Server(IRCObject.Object): (("o", "@"), ("v", "+"))) self.channel_modes = [] # type: typing.List[str] self.channel_list_modes = [] # type: typing.List[str] + self.channel_setting_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