diff options
| author | 2018-11-08 12:34:30 +0000 | |
|---|---|---|
| committer | 2018-11-08 12:34:30 +0000 | |
| commit | 26a16a7762229f301b019bdb59fc96c16afa7617 (patch) | |
| tree | a5e673b98b66ad3af10fdf15868e373c83cb2a69 /modules/line_handler.py | |
| parent | INFO instead of TRACE log for STS policy setting and connection upgrade (diff) | |
| signature | ||
Keep a dict of isupport key:values on IRCServer.Server
Diffstat (limited to 'modules/line_handler.py')
| -rw-r--r-- | modules/line_handler.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/line_handler.py b/modules/line_handler.py index 90153a1b..5554183d 100644 --- a/modules/line_handler.py +++ b/modules/line_handler.py @@ -78,6 +78,7 @@ class Module(ModuleManager.BaseModule): isupport[key] = value else: isupport[key] = None + event["server"].isupport.update(isupport) if "NAMESX" in isupport: event["server"].send("PROTOCTL NAMESX") |
