From 254797dcfd6de515430786b406fe8a8d5dc013a5 Mon Sep 17 00:00:00 2001 From: James Lu Date: Thu, 23 Jul 2015 18:05:13 -0700 Subject: [PATCH] relay: remove servprotect from umode whitelist for now.. --- plugins/relay.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/relay.py b/plugins/relay.py index 9932a17..be36ff8 100644 --- a/plugins/relay.py +++ b/plugins/relay.py @@ -454,8 +454,7 @@ whitelisted_cmodes = {'admin', 'allowinvite', 'autoop', 'ban', 'banexception', 'regmoderated', 'secret', 'sslonly', 'stripcolor', 'topiclock', 'voice'} whitelisted_umodes = {'bot', 'hidechans', 'hideoper', 'invisible', 'oper', - 'regdeaf', 'u_stripcolor', 'servprotect', 'u_noctcp', - 'wallops'} + 'regdeaf', 'u_stripcolor', 'u_noctcp', 'wallops'} def relayModes(irc, remoteirc, sender, channel, modes=None): remotechan = findRemoteChan(irc, remoteirc, channel) log.debug('(%s) Relay mode: remotechan for %s on %s is %s', irc.name, channel, irc.name, remotechan)