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:
parent
e75c0d075f
commit
6828d032b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user