diff options
Diffstat (limited to 'include')
-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. */ |