diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-17 00:15:37 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-17 00:15:37 +0000 |
commit | 4799d8d066114204c5aa8483dace93ccb00850e1 (patch) | |
tree | 00c0d778b81313b5ebc65f17d74a44b5de735cf6 /docs/inspircd.conf.example | |
parent | 1eb1b8d92548b16b2b0f48f7404a5dd599fdc03c (diff) |
Finally document <insane> tag, we've had this since like 1.0 beta 6, but we never documented it in the example config (oops)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6020 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index bac34bd57..fd01e51c8 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -1727,6 +1727,30 @@ <exception host="*@ircop.host.com" reason="Opers hostname"> +#-#-#-#-#-#-#-#-#-#-#- 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! # +# # + +<insane hostmasks="no" ipmasks="no" nickmasks="no" trigger="95.5"> + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#- YAWN -#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # # # You should already know what to do here :) # |