diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-26 11:48:59 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-26 11:48:59 +0000 |
commit | f9fd76eb5a2933e44984ad22b12ca53ea29f9293 (patch) | |
tree | 77524aa8a95ae7e9c09c4b1f2481b771b9b5a788 /docs/inspircd.conf.example | |
parent | 4b179481c3216f4d7dff6d615f45927cc641d94b (diff) |
Document new blockcaps options in example conf.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6122 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 4f69d46b0..bdc8f3ba9 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -985,6 +985,16 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # 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 |