summaryrefslogtreecommitdiff
path: root/docs/conf/inspircd.conf.example
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 /docs/conf/inspircd.conf.example
parentde4b1863536348520c6498e11d910acd050092a7 (diff)
parentf80798f2c15d27d3f98f5323e69c5b9ff2aaa48b (diff)
Merge pull request #1145 from Adam-/insp20+ulinekill
Don't show snotices for kills from ulined clients
Diffstat (limited to 'docs/conf/inspircd.conf.example')
-rw-r--r--docs/conf/inspircd.conf.example3
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).