Skip to main content

Anti-Caps Config

Source file:

modules/chat/Moderations/config.yml

Notes from source comments

  • This rewrites long all-uppercase words.
  • Example documented by source comments:
    • input: AAAAAAAAAA
    • output: AAAAaaaaaa
  • Fixed bypass permission documented by source comments:
    • fiochat.chat.caps.bypass

Main keys

anti-caps:
minimum-letter-length: 6
preserve-leading-uppercase: 4
only-full-uppercase-words: true
whitelist: []

Source comments say the whitelist supports plain text and basic rules.

Page note

This page is source-backed and includes a short callout so the content reads like a guide instead of plain reference text.