mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-26 04:04:22 +01:00
relay: remove noctcp, regdeaf, stripcolor from whitelisted umodes
Filter-type umodes don't work properly with relay yet.
This commit is contained in:
parent
5ffc629bce
commit
71a24b8b9f
@ -959,10 +959,11 @@ WHITELISTED_UMODES = {
|
|||||||
'hideidle',
|
'hideidle',
|
||||||
'hideoper',
|
'hideoper',
|
||||||
'invisible',
|
'invisible',
|
||||||
'noctcp',
|
# XXX: filter-type umodes don't work consistently across IRCds
|
||||||
|
#'noctcp',
|
||||||
'oper',
|
'oper',
|
||||||
'regdeaf',
|
#'regdeaf',
|
||||||
'stripcolor',
|
#'stripcolor',
|
||||||
'wallops'
|
'wallops'
|
||||||
}
|
}
|
||||||
CLIENTBOT_WHITELISTED_CMODES = {'admin', 'ban', 'banexception', 'halfop', 'invex', 'op', 'owner', 'voice'}
|
CLIENTBOT_WHITELISTED_CMODES = {'admin', 'ban', 'banexception', 'halfop', 'invex', 'op', 'owner', 'voice'}
|
||||||
|
Loading…
Reference in New Issue
Block a user