Init support/forbidden_words

This commit is contained in:
John Livingston 2023-09-22 19:19:32 +02:00
parent 1ae37eb5f1
commit 2aaacb44a7
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
4 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# 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).
## 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
Please find here some swear words list, in several languages: [swear words](./swear_words/).

View File

@ -0,0 +1,4 @@
# Swear words
This page is not written yet. Please fill free to contribute:
[livechat plugin github page](https://github.com/JohnXLivingston/peertube-plugin-livechat).