Configuration
General
modules:
# It lets censor, block, or convert words to
# lowercase when they're typed in all caps
#
# Anti cap module loaded from modules/anticap.yml
anti-cap: trueModule
Action
# Action to take when a message exceeds the cap threshold:
# - ToLowerCase : convert all uppercase letters to lowercase (recommended)
# - BLOCK : cancel the message entirely
# - CENSOR : replace uppercase letters with '*' (or the selected censor-char)
action: "ToLowerCase"Censor-char
Message
Last updated