From c7de80233a0cc52b30ad91ff2de9ecc2abdfba38 Mon Sep 17 00:00:00 2001 From: Dylan Frank Date: Sun, 25 Mar 2018 09:02:00 -0700 Subject: Separate secret and private channels on whois for non-opers (#1447) Separate secret and private channels on WHOIS for all users. - Move the config parsing from the core to core_whois. - Replace with an oper privilege. - Introduce to split WHOIS channel lists. Closes #969.--- src/configreader.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/configreader.cpp') diff --git a/src/configreader.cpp b/src/configreader.cpp index 970aaba80..4643c7613 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -503,14 +503,6 @@ void ServerConfig::Fill() AnnounceInvites = ServerConfig::INVITE_ANNOUNCE_DYNAMIC; else AnnounceInvites = ServerConfig::INVITE_ANNOUNCE_NONE; - - v = security->getString("operspywhois"); - if (v == "splitmsg") - OperSpyWhois = SPYWHOIS_SPLITMSG; - else if (v == "on" || v == "yes") - OperSpyWhois = SPYWHOIS_SINGLEMSG; - else - OperSpyWhois = SPYWHOIS_NONE; } // WARNING: it is not safe to use most of the codebase in this function, as it -- cgit v1.3.1-10-gc9f91