* <blockcaps:percent> - This defines how many percent CAPS must be present in the text the user sends before it's blocked. A setting of 85 will block AAAAAAAa (87 percent) but not AAAAa (80 percent)
- <blockcaps:minlen> - The minimum length a line of text must be before CAPS-checking is done. A setting of 5 will block all lines of text longer than or equal to 5 chars meeting the percent of CAPS specified above.
- <blockcaps:capsmap> - A list of chars to be considered CAPS, this way you can add CAPS for your language. Also you can add things like ! and space to further lock down on caps usage.
<blockcaps percent="50"
minlen="5"
capsmap="ABCDEFGHIJKLMNOPQRSTUVWXYZ! ">
|