censor
ARES System Manual: filter Text Filter Utilities
(chat filtering... > <chain> filters... > censor > activate or configure): values input here are passed to
As with other chat filters, it is only appropriate to call filter directly when manually using a pipe to modify text. Most users should instead interface with it via the vox command or chat filtering menu, which manages automatic modification of chat.
Flags
Specify the subkey of
By default, the database includes one list of censor words,
An owner can create new lists with a command such as
which can then be utilized with
See db for more information on creating database entries.
Order of Operations
filter censor <flags>
: Removes words considered objectionable.
vox <chain> censor remove
: Removes this filter from the specified vox pipeline <chain>.
vox <chain> censor <flags>
: Adds this filter to the vox pipeline <chain>, with the specified <flags>. If it is already present, the current <flags> will be updated.
(chat filtering... > <chain> filters... > censor > activate or configure): values input here are passed to
vox <chain> censor
.
As with other chat filters, it is only appropriate to call filter directly when manually using a pipe to modify text. Most users should instead interface with it via the vox command or chat filtering menu, which manages automatic modification of chat.
Flags
Specify the subkey of
censor
within the filter
database section which contains an array of words to censor. Entries should be in lower case.
By default, the database includes one list of censor words,
profanity
.
An owner can create new lists with a command such as
db filter.censor.dog ["walk", "vet"]
which can then be utilized with
filter censor dog
, vox <chain> censor dog
, or by entering dog
into the filter configuration menu, as appropriate.
See db for more information on creating database entries.
Order of Operations
censor
is a layer 0 (semantic) filter. It will be applied to the text before any filters of a higher layer.