summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2016-02-29 12:37:49 +0100
committerAttila Molnar <attilamolnar@hush.com>2016-02-29 12:37:49 +0100
commit168a4edd03210e85a6fb3fdc9f03ba3a36150407 (patch)
tree2e170752b40515d1af4854ab0cc45f17211bfbea /include
parentde4b1863536348520c6498e11d910acd050092a7 (diff)
parentf80798f2c15d27d3f98f5323e69c5b9ff2aaa48b (diff)
Merge pull request #1145 from Adam-/insp20+ulinekill
Don't show snotices for kills from ulined clients
Diffstat (limited to 'include')
-rw-r--r--include/configreader.h4
1 files changed, 4 insertions, 0 deletions
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.
*/