3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

Irc: RFC-standard umode +s does not take an argument

This commit is contained in:
James Lu 2016-08-11 18:11:41 -07:00
parent e75c0d075f
commit 6828d032b4

View File

@ -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