diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-09 01:02:44 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-09 01:02:44 +0000 |
commit | cba3552f3a77f1c98dd2a718b4b5d9864267b48d (patch) | |
tree | 90c2dba2d08e82cb71aa9ad7e572d1152cdf3f3f /include/configreader.h | |
parent | a60f054438331ea7385d5fda27f01e77180fb677 (diff) |
Implement bug #282 from owine: kill sender hiding. <options:hidekills> 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
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 4 |
1 files changed, 4 insertions, 0 deletions
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. */ |