diff options
author | Adam <Adam@anope.org> | 2016-02-25 08:37:46 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2016-02-25 08:54:28 -0500 |
commit | f80798f2c15d27d3f98f5323e69c5b9ff2aaa48b (patch) | |
tree | 0bf4bc6a5d8d9a8b535c132d1597d1f79968e0af /include | |
parent | 1624ab03b86542a2cb02eda809303144974755f3 (diff) |
Don't show snotices for kills from ulined clients
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 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. */ |