]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Document new blockcaps options in example conf.
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 26 Dec 2006 11:48:59 +0000 (11:48 +0000)
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 26 Dec 2006 11:48:59 +0000 (11:48 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6122 e03df62e-2008-0410-955e-edbf42e46eb7

docs/inspircd.conf.example

index 4f69d46b0515da8a7b88a8e6efb7fdfe1cde78f0..bdc8f3ba95221da17617987da1436a4cdc4cdde8 100644 (file)
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 # Block CAPS module: Blocking all-CAPS messages with cmode +P
 #<module name="m_blockcaps.so">
+#                                                                     #
+#-#-#-#-#-#-#-#-#-#-#-  BLOCKCAPS CONFIGURATION  -#-#-#-#-#-#-#-#-#-#-#
+#                                                                     #
+# percent        - How many percent of text must be caps before text  #
+#                  will be blocked.                                   #
+#                                                                     #
+# minlen         - The minimum length. Shorter lines than minlen will #
+#                  be allowed even though percent is reached.         #
+#                                                                     #
+#<blockcaps percent="94" minlen="6">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 # Block colour module: Blocking colour-coded messages with cmode +c