3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 09:19:23 +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:
James Lu 2018-07-10 18:08:59 -07:00
parent 5ffc629bce
commit 71a24b8b9f

View File

@ -959,10 +959,11 @@ WHITELISTED_UMODES = {
'hideidle',
'hideoper',
'invisible',
'noctcp',
# XXX: filter-type umodes don't work consistently across IRCds
#'noctcp',
'oper',
'regdeaf',
'stripcolor',
#'regdeaf',
#'stripcolor',
'wallops'
}
CLIENTBOT_WHITELISTED_CMODES = {'admin', 'ban', 'banexception', 'halfop', 'invex', 'op', 'owner', 'voice'}