summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/inspircd.conf.example7
-rwxr-xr-xsrc/svn-rev.sh2
2 files changed, 8 insertions, 1 deletions
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