mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-23 19:19:31 +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',
|
||||
'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',
|
||||
|
Loading…
Reference in New Issue
Block a user