diff options
author | Peter Powell <petpow@saberuk.com> | 2017-12-15 23:26:15 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-12-22 01:11:14 +0000 |
commit | e467fd0a6fc9ba97b2e2f31e654803a86bbb307f (patch) | |
tree | 5bd77f62832b7baac95223d9f320eb53e6c4b4bf /include | |
parent | 35a37bf46f2d2af8b346671de5d80d1073e5edb6 (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')
-rw-r--r-- | include/configreader.h | 5 |
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. */ |