mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 09:19:23 +01:00
nefarious: mark cmode +A and +U as type B (#330)
This is consistent with snircd as of 58af1fc4d0
This commit is contained in:
parent
e3c0bf6a1b
commit
6154a7fb09
@ -777,7 +777,7 @@ class P10Protocol(IRCS2SProtocol):
|
||||
'adminonly': 'a', 'operonly': 'O', 'regmoderated': 'M', 'nonotice': 'N',
|
||||
'permanent': 'z', 'hidequits': 'Q', 'noctcp': 'C', 'noamsg': 'T', 'blockcolor': 'c',
|
||||
'stripcolor': 'S', 'had_delayjoins': 'd',
|
||||
'*A': 'be', '*B': 'k', '*C': 'Ll', '*D': 'psmtinrDRAUaOMNzQCTcSd'}
|
||||
'*A': 'be', '*B': 'AUk', '*C': 'Ll', '*D': 'psmtinrDRaOMNzQCTcSd'}
|
||||
|
||||
if self.irc.serverdata.get('use_halfop'):
|
||||
cmodes['halfop'] = 'h'
|
||||
|
Loading…
Reference in New Issue
Block a user