From 9927dccff26955e79f3c193e931afac019c35ce2 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 24 Apr 2004 20:01:06 +0000 Subject: Q-lines fully working, can add and remove other types of ban (but not enforced yet) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@714 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/inspircd.conf.example | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 9ecf02f5f..b0884a8f6 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -11,8 +11,9 @@ # This is an example of the config file for InspIRCd. # # Change the options to suit your network # # # -# Last updated on : 30/10/2002 # +# Last updated on : 24/04/2004 # # Written by : CC (cc@backchat.co.za) # +# Updated by : Brain (brain@inspircd.org) # # # ######################################################################## @@ -283,6 +284,39 @@ +#-#-#-#-#-#-#-#-#-#-#-#-#-#- BAN OPTIONS -#-#-#-#-#-#-#-#-#-#-#-#-#-# +# # +# The ban tags define nick masks, host masks and ip ranges which are # +# banned from your server. All details in these tags are local to # +# Your server. # +# # +# # +# badip lines ban an ip range (same as a zline) # +# # +# ipmask - The ip range to ban (wildcards possible) # +# reason - Reason to display when disconnected # +# # +# badnick lines ban a nick mask (same as a qline) # +# # +# nick - Nick mask to ban (wildcards possible) # +# reason - Reason to display on /NICK # +# # +# badhost lines ban a user@host mask (same as a kline) # +# # +# host - ident@hostname (wildcards possible) # +# reason - Reason to display on disconnection # +# # + + + + + + + + + + + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#- YAWN -#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # # @@ -297,3 +331,4 @@ # www.inspircd.org # # # ######################################################################### + -- cgit v1.2.3