diff options
author | Peter Powell <petpow@saberuk.com> | 2018-01-30 12:30:54 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-02-07 12:20:42 +0000 |
commit | 36e6dc7bc8c21db2f8fa63c96b3e3aa23886e056 (patch) | |
tree | c5a0543ae9835096cf46b7ca0c327a4a0bb5f235 /docs/conf/modules.conf.example | |
parent | 12a47e788b3eba8e395abdd46c2dc91692b9b292 (diff) |
Import the anticaps module from inspircd-extras.
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r-- | docs/conf/modules.conf.example | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 24a2ae7b2..8bc34f2d3 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -176,6 +176,20 @@ #<module name="alltime"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Anticaps module: Adds channel mode +B which allows you to punish +# users that send overly capitalised messages to channels. Unlike the +# blockcaps module this module is more flexible as it has more options +# for punishment and allows channels to configure their own punishment +# policies. +#<module name="anticaps"> +# +# You may also configure the characters which anticaps considers to be +# lower case and upper case. Any characters not listed here are assumed +# to be punctuation and will be ignored when counting: +# <anticaps lowercase="abcdefghijklmnopqrstuvwxyz" +# uppercase="ABCDEFGHIJKLMNOPQRSTUVWXYZ"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Auditorium module: Adds channel mode +u which makes everyone else # except you in the channel invisible, used for large meetings etc. #<module name="auditorium"> @@ -241,6 +255,9 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Block CAPS module: Adds channel mode +B, blocks all-CAPS messages. +# +# NOTE: This module is deprecated and will be removed in a future version +# of InspIRCd. You should use the anticaps module shown above instead. #<module name="blockcaps"> # #-#-#-#-#-#-#-#-#-#-#- BLOCKCAPS CONFIGURATION -#-#-#-#-#-#-#-#-#-#-# |