diff options
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. */ |