From 14964459855700c5c6ff71707c89883850fdf7ca Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 28 Feb 2006 20:04:08 +0000 Subject: [PATCH] Tested (works) and documented HideBans git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3386 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/inspircd.conf.example | 7 +++++++ src/svn-rev.sh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index bedc941c4..e37448657 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -530,6 +530,12 @@ # instead of the server names in the quit message, # # identical to the way IRCu displays them. # # # +# hidebans - When set to 'yes', will hide gline, kline, zline # +# and qline quit messages from non-opers. For # +# example, user A who is not an oper will just see # +# (G-Lined) while user B who is an oper will see the # +# text (G-Lined: Reason here) instead. # +# # # hidewhois - When defined with a non-empty value, the given # # text will be used in place of the user's server # # in WHOIS, when a user is WHOISed by a non-oper. # @@ -563,6 +569,7 @@ customversion="" maxtargets="20" hidesplits="no" + hidebans="no" hidewhois="" flatlinks="no" hideulines="no" diff --git a/src/svn-rev.sh b/src/svn-rev.sh index cb126af2f..a24a1fe5e 100755 --- a/src/svn-rev.sh +++ b/src/svn-rev.sh @@ -1 +1 @@ -echo 3383 +echo 3385 -- 2.39.2