3
0
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:
Daniel Oaks 2015-12-27 09:43:52 +10:00
parent 46610d217d
commit e914dc1e8e

View File

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