From cba3552f3a77f1c98dd2a718b4b5d9864267b48d Mon Sep 17 00:00:00 2001 From: w00t Date: Wed, 9 May 2007 01:02:44 +0000 Subject: Implement bug #282 from owine: kill sender hiding. needs to be set to a static string to display instead of the killer's nick. QA: *IMPORTANT* please extensivly test local ***AND*** remote killing with this on and off. Thanks :) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6921 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/configreader.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/configreader.h') diff --git a/include/configreader.h b/include/configreader.h index c4275ab5f..eefa359c9 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -422,6 +422,10 @@ class ServerConfig : public Extensible */ char HideWhoisServer[MAXBUF]; + /** Set to a non empty string to obfuscate nicknames prepended to a KILL. + */ + char HideKillsServer[MAXBUF]; + /** A list of IP addresses the server is listening * on. */ -- cgit v1.2.3