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:
parent
5ffc629bce
commit
71a24b8b9f
@ -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'}
|
||||
|
Loading…
Reference in New Issue
Block a user