From d30eca77e9b33caaf2f94a91c1f44380cf1cf376 Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 5 Dec 2017 12:01:57 -0800 Subject: [PATCH] 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 --- plugins/relay.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plugins/relay.py b/plugins/relay.py index 7814984..174d1f3 100644 --- a/plugins/relay.py +++ b/plugins/relay.py @@ -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',