summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2017-12-15 23:26:15 +0000
committerPeter Powell <petpow@saberuk.com>2017-12-22 01:11:14 +0000
commite467fd0a6fc9ba97b2e2f31e654803a86bbb307f (patch)
tree5bd77f62832b7baac95223d9f320eb53e6c4b4bf /include/configreader.h
parent35a37bf46f2d2af8b346671de5d80d1073e5edb6 (diff)
Rename <security:hidewhois> to <security:hideserver>.
The previous name was horrible and didn't describe what the setting actually does.
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/configreader.h b/include/configreader.h
index db7258d4e..1a2335e52 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -385,9 +385,8 @@ class CoreExport ServerConfig
/** True if raw I/O is being logged */
bool RawLog;
- /** Set to a non-empty string to obfuscate the server name of users in WHOIS
- */
- std::string HideWhoisServer;
+ /** Set to a non-empty string to obfuscate server names. */
+ std::string HideServer;
/** Set to a non empty string to obfuscate nicknames prepended to a KILL.
*/