For the complete documentation index, see llms.txt. This page is also available as Markdown.

📑Filter

List of censored words/phrases in the chat — any segment of a message containing one of these terms is replaced with asterisks.

//Label
"word or phrase to censor"
"another word"
end

Notes

  • The search is case-insensitive and does not require the term to be an isolated word — if the typed text contains the sequence of characters in any position (even inside another word), it is replaced with asterisks (* repeated to match the exact length of the found term).

  • This applies to both public chat and whispers — it does not block the message from being sent, it only masks the flagged segment.

Last updated