From 6828d032b4b7e4234f0e46cd3d0bb8294ae9b49d Mon Sep 17 00:00:00 2001 From: James Lu Date: Thu, 11 Aug 2016 18:11:41 -0700 Subject: [PATCH] Irc: RFC-standard umode +s does not take an argument --- classes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes.py b/classes.py index 51aa474..ddeb441 100644 --- a/classes.py +++ b/classes.py @@ -145,7 +145,7 @@ class Irc(): '*D': 'imnpstr'} self.umodes = {'invisible': 'i', 'snomask': 's', 'wallops': 'w', 'oper': 'o', - '*A': '', '*B': '', '*C': 's', '*D': 'iow'} + '*A': '', '*B': '', '*C': '', '*D': 'iosw'} # This max nick length starts off as the config value, but may be # overwritten later by the protocol module if such information is