3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-25 04:02:45 +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:
James Lu 2017-03-25 01:15:47 -07:00
parent e3c0bf6a1b
commit 6154a7fb09

View File

@ -777,7 +777,7 @@ class P10Protocol(IRCS2SProtocol):
'adminonly': 'a', 'operonly': 'O', 'regmoderated': 'M', 'nonotice': 'N', 'adminonly': 'a', 'operonly': 'O', 'regmoderated': 'M', 'nonotice': 'N',
'permanent': 'z', 'hidequits': 'Q', 'noctcp': 'C', 'noamsg': 'T', 'blockcolor': 'c', 'permanent': 'z', 'hidequits': 'Q', 'noctcp': 'C', 'noamsg': 'T', 'blockcolor': 'c',
'stripcolor': 'S', 'had_delayjoins': 'd', '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'): if self.irc.serverdata.get('use_halfop'):
cmodes['halfop'] = 'h' cmodes['halfop'] = 'h'