mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-12 21:22:36 +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',
|
'blockcolor': 'c', 'inviteonly': 'i', 'noctcp': 'C',
|
||||||
'regmoderated': 'M', 'operonly': 'O', 'regonly': 'R',
|
'regmoderated': 'M', 'operonly': 'O', 'regonly': 'R',
|
||||||
'sslonly': 'S', 'banexception': 'e', 'paranoia': 'p',
|
'sslonly': 'S', 'banexception': 'e', 'paranoia': 'p',
|
||||||
'registered': 'r', 'inviteexempt': 'I',
|
'registered': 'r', 'invex': 'I',
|
||||||
# Now, map all the ABCD type modes:
|
# Now, map all the ABCD type modes:
|
||||||
'*A': 'beI', '*B': 'k', '*C': 'l', '*D': 'cimnprstCMORS'
|
'*A': 'beI', '*B': 'k', '*C': 'l', '*D': 'cimnprstCMORS'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user