summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-03 10:03:01 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-03 10:03:01 +0000
commit7cbc465e2a153f65c242aebc1b2a88d3c667d551 (patch)
treea29f2b0ca89078d6532eb1cd79a8285b85b4dc8a /include
parent00620508331f1b67ae3a6b36f87ed106685c1e62 (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.h4
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.
*/