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 /docs | |
parent | 1624ab03b86542a2cb02eda809303144974755f3 (diff) |
Don't show snotices for kills from ulined clients
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/inspircd.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 9fd0adfd3..7099cefe2 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -695,6 +695,9 @@ # hidekills: If defined, replaces who set a /kill with a custom string. hidekills="" + # hideulinekills: Hide kills from clients of ulined servers from server notices. + hideulinekills="yes" + # hidesplits: If enabled, non-opers will not be able to see which # servers split in a netsplit, they will only be able to see that one # occurred (If their client has netsplit detection). |