Modules/blockcaps
From the makers of InspIRCd.
(Redirected from CAPS Blocker Module)
blockcaps module (All InspIRCd versions)
| Description
|
| The CAPS blocker module blocks CAPS messages to channels with mode +P based on the config options described below. |
| Configuration Tags
|
* <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 percent="50"
minlen="5"
capsmap="ABCDEFGHIJKLMNOPQRSTUVWXYZ! ">
|
| Additional Modes
|
| Channel mode +P -- Set this mode to filter CAPS messages from your channel according to the settings above. |
| Additional Commands
|
| This module adds no extra commands. |
| Special Notes
|
| The actual numeric sent when messages are blocked is the numeric 404. This is the same numeric used for 'Cannot send to this channel' although the string is different so many clients will display it correctly, the ones that do not will still react in an appropriate manner. |

















