From 50d65268f4af9caf5e990e6323607b30217d7c60 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 10 Feb 2007 15:18:49 +0000 Subject: Make some stuff configurable that hasnt been and should be. : number of seconds a user must wait before LIST : Number of seconds a user must wait between each LIST command git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6563 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/inspircd.conf.example | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 7c4b46e2f..c0ad163d5 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -1495,6 +1495,16 @@ # Provide /LIST throttling (to prevent flooding) and /LIST safety to # prevent excess flood when the list is large. # +# +#-#-#-#-#-#-#-#-#-#-# SAFELIST CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-#-# +# +# When using Safelist, you may set the following value, which sets the +# amount of time in seconds a user must wait between LIST commands. +# For example, if this is set to 60 (the default) then the user may not +# /LIST more than once a minute. If not defined, the default value is +# 60 seconds. +# +# #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # SAJOIN module: Adds the /SAJOIN command @@ -1526,8 +1536,13 @@ # Securelist can be harmful to some irc search engines such as # # netsplit.de and searchirc.com. To prevent securelist blocking these # # sites from listing, define exception tags as shown below: # - - + # + # +# # +# Define the following variable to change how long a user must wait # +# before issuing a LIST. If not defined, defaults to 60 seconds. # +# # +# # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Set Idle module: Adds a command for opers to change their -- cgit v1.2.3