]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Tested (works) and documented HideBans
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 28 Feb 2006 20:04:08 +0000 (20:04 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 28 Feb 2006 20:04:08 +0000 (20:04 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3386 e03df62e-2008-0410-955e-edbf42e46eb7

docs/inspircd.conf.example
src/svn-rev.sh

index bedc941c4a014bda5531eba3c9ca8541dcedf216..e3744865710ece0f630db248d37ab14ffbd38401 100644 (file)
 #                  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.    #
          customversion=""
          maxtargets="20"
         hidesplits="no"
+        hidebans="no"
         hidewhois=""
         flatlinks="no"
         hideulines="no"
index cb126af2f844ea3485ff93cdd14f5b7b1513c538..a24a1fe5e2d13eb3651c1fb00c261949423b9d44 100755 (executable)
@@ -1 +1 @@
-echo 3383
+echo 3385