3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-24 03:29:28 +01:00

relay: add more channel modes to the whitelist

* blockcaps: inspircd +B, elemental-ircd +G
* exemptchanops: inspircd +X
* filter: inspircd +g
* hidequits: nefarious +Q, snircd +u
* history: inspircd +H
* largebanlist: ts6 +L
* noamsg: snircd/nefarious +T
This commit is contained in:
James Lu 2017-12-05 12:01:57 -08:00
parent 80ef2ca788
commit d30eca77e9

View File

@ -786,17 +786,26 @@ whitelisted_cmodes = {
'ban',
'banexception',
'blockcolor',
'blockcaps',
'exemptchanops',
'filter',
'flood',
'flood_unreal',
'freetarget',
'halfop',
'hidequits',
'history',
'invex',
'inviteonly',
'joinflood',
'key',
# Waiting for https://github.com/GLolol/PyLink/issues/559
#'kicknorejoin',
'largebanlist',
'limit',
'moderated',
'nickflood',
'noamsg',
'noctcp',
'noextmsg',
'noforwards',