diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd_io.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/inspircd_io.h b/include/inspircd_io.h index a3190cd6a..990b746be 100644 --- a/include/inspircd_io.h +++ b/include/inspircd_io.h @@ -224,6 +224,10 @@ class ServerConfig : public classbase */ bool HideSplits; + /** Set to a non-empty string to obfuscate the server name of users in WHOIS + */ + char HideWhoisServer[MAXBUF]; + /** A list of IP addresses the server is listening * on. */ |