diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-03 10:03:01 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-03 10:03:01 +0000 |
commit | 7cbc465e2a153f65c242aebc1b2a88d3c667d551 (patch) | |
tree | a29f2b0ca89078d6532eb1cd79a8285b85b4dc8a /include | |
parent | 00620508331f1b67ae3a6b36f87ed106685c1e62 (diff) |
Added ircu-like hidewhois feature that allows hiding of server name in whois with arbitary string like '*.network.net'
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3034 e03df62e-2008-0410-955e-edbf42e46eb7
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. */ |