From 7cbc465e2a153f65c242aebc1b2a88d3c667d551 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 3 Feb 2006 10:03:01 +0000 Subject: 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 --- include/inspircd_io.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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. */ -- cgit v1.2.3