From f80798f2c15d27d3f98f5323e69c5b9ff2aaa48b Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 25 Feb 2016 08:37:46 -0500 Subject: Don't show snotices for kills from ulined clients --- include/configreader.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/configreader.h b/include/configreader.h index b01a979a7..4a697d05c 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -438,6 +438,10 @@ class CoreExport ServerConfig */ std::string HideKillsServer; + /** Set to hide kills from clients of ulined servers in snotices. + */ + bool HideULineKills; + /** The full pathname and filename of the PID * file as defined in the configuration. */ -- cgit v1.2.3