From e3bead2a56add46d968c87f34aee14fe14dd0d5d Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 17 Dec 2006 00:18:16 +0000 Subject: [PATCH] Add documentation for tag, that we forgot. git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@6021 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/inspircd.conf.example | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index bd1bfb00e..efab14d3a 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -1253,6 +1253,31 @@ +#-#-#-#-#-#-#-#-#-#-#- INSANE BAN OPTIONS -#-#-#-#-#-#-#-#-#-#-#-#-#-# +# # +# This optional tag allows you to specify how wide a gline, eline, # +# kline, zline or qline can be before it is forbidden from being # +# set. By setting hostmasks="yes", you can allow all G, K, E lines, # +# no matter how many users the ban would cover. This is not # +# recommended! By setting ipmasks="yes", you can allow all Z lines, # +# no matter how many users these cover too. Needless to say we # +# don't recommend you do this, or, set nickmasks="yes", which will # +# allow any qline. # +# # +# The trigger value indicates how wide any mask will be before it is # +# prevented from being set. The default value is 95.5% if this tag is # +# not defined in your configuration file, meaning that if your # +# network has 1000 users, a gline matching over 955 of them will be # +# prevented from being added. # +# # +# Please note that remote servers (and services) are exempt from # +# these restrictions and expected to enforce their own policies # +# locally! # +# # + + + + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#- YAWN -#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # # # You should already know what to do here :) #