Swear Words

The Swear Words page manages the word lists used by the swear-word filter plugin. Words are organised into named groups; a bot's config points to the group it should enforce.

Groups

Each group is an independent list of words. You might have separate groups for different severity levels or different bots.

Creating a group

Click New group, enter a name, and click Create.

Deleting a group

Click the Delete button on the group card. This also deletes all words in the group.

Words

Adding a word

Inside a group card, type a word in the input box and click Add. Words are stored in lowercase.

Removing a word

Click the × tag next to a word to remove it.

Bulk upload

To add many words at once:

  1. Prepare a plain text file with one word per line.
  2. On the group card, click Upload words, choose the file, and click Upload.

Duplicate words (already in the group) are silently skipped. A message confirms how many new words were added.

Connecting a group to a bot

In the bot's config editor, enable the swear-word plugin and set the group key in its config section to the name of the group you want to use.