peertube-plugin-livechat/support/forbidden_words/README.md

34 lines
1.2 KiB
Markdown
Raw Normal View History

2023-09-22 17:19:32 +00:00
# Chat bot: forbidden words or expressions
This page lists some common options you can use to configure the bot forbidden words feature.
Note: this page is still "Work In Progress". Fill free to contribute, by suggesting new entries on the
[livechat plugin github page](https://github.com/JohnXLivingston/peertube-plugin-livechat).
2023-09-25 15:12:10 +00:00
## Importing rules from wiktionary
There is a [wiktionary import script](./import-wikimedia.md) that can list all page title in a witionnary categorie.
This script was used to generate some of the forbidden-words lists that are present in this repository.
In such case, the command is provided near to the word list.
2023-09-22 17:19:32 +00:00
## URLs
If you want to prevent users to send URLs in the chat, you can use following values for the bot configuration.
| Expression | Regular expression | Suggested Reason |
|--|--|--|
| https?: | YES | Please do not share URLs |
## Swear words
2023-09-25 15:29:58 +00:00
Please find here some swear words list, in several languages:
### 🇬🇧 English
2023-09-25 15:59:59 +00:00
* [English swear words](./lists/en.english_swear_words.md)
2023-09-25 15:29:58 +00:00
### 🇫🇷 French / Français
2023-09-25 15:40:42 +00:00
* [Insultes en français](./lists/fr.insultes_en_francais.md)
* [Termes vulgaires en français](./lists/fr.termes_vulgaires_en_francais.md)