mirror of
https://github.com/jlu5/PyLink.git
synced 2024-12-17 23:52:49 +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:
parent
80ef2ca788
commit
d30eca77e9
@ -786,17 +786,26 @@ whitelisted_cmodes = {
|
|||||||
'ban',
|
'ban',
|
||||||
'banexception',
|
'banexception',
|
||||||
'blockcolor',
|
'blockcolor',
|
||||||
|
'blockcaps',
|
||||||
|
'exemptchanops',
|
||||||
|
'filter',
|
||||||
'flood',
|
'flood',
|
||||||
'flood_unreal',
|
'flood_unreal',
|
||||||
'freetarget',
|
'freetarget',
|
||||||
'halfop',
|
'halfop',
|
||||||
|
'hidequits',
|
||||||
|
'history',
|
||||||
'invex',
|
'invex',
|
||||||
'inviteonly',
|
'inviteonly',
|
||||||
'joinflood',
|
'joinflood',
|
||||||
'key',
|
'key',
|
||||||
|
# Waiting for https://github.com/GLolol/PyLink/issues/559
|
||||||
|
#'kicknorejoin',
|
||||||
|
'largebanlist',
|
||||||
'limit',
|
'limit',
|
||||||
'moderated',
|
'moderated',
|
||||||
'nickflood',
|
'nickflood',
|
||||||
|
'noamsg',
|
||||||
'noctcp',
|
'noctcp',
|
||||||
'noextmsg',
|
'noextmsg',
|
||||||
'noforwards',
|
'noforwards',
|
||||||
|
Loading…
Reference in New Issue
Block a user