mirror of
https://github.com/jlu5/PyLink.git
synced 2024-12-24 11:42:51 +01:00
hybrid: Start making modes more consistent
This commit is contained in:
parent
46610d217d
commit
e914dc1e8e
@ -47,7 +47,7 @@ class HybridProtocol(TS6BaseProtocol):
|
||||
'blockcolor': 'c', 'inviteonly': 'i', 'noctcp': 'C',
|
||||
'regmoderated': 'M', 'operonly': 'O', 'regonly': 'R',
|
||||
'sslonly': 'S', 'banexception': 'e', 'paranoia': 'p',
|
||||
'registered': 'r', 'inviteexempt': 'I',
|
||||
'registered': 'r', 'invex': 'I',
|
||||
# Now, map all the ABCD type modes:
|
||||
'*A': 'beI', '*B': 'k', '*C': 'l', '*D': 'cimnprstCMORS'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user