diff --git a/support/documentation/content/en/documentation/user/streamers.md b/support/documentation/content/en/documentation/user/streamers/_index.md similarity index 100% rename from support/documentation/content/en/documentation/user/streamers.md rename to support/documentation/content/en/documentation/user/streamers/_index.md diff --git a/support/documentation/content/en/documentation/user/moderation.md b/support/documentation/content/en/documentation/user/streamers/moderation.md similarity index 100% rename from support/documentation/content/en/documentation/user/moderation.md rename to support/documentation/content/en/documentation/user/streamers/moderation.md diff --git a/support/forbidden_words/README.md b/support/forbidden_words/README.md new file mode 100644 index 00000000..3950642d --- /dev/null +++ b/support/forbidden_words/README.md @@ -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/). diff --git a/support/forbidden_words/swear_words/README.md b/support/forbidden_words/swear_words/README.md new file mode 100644 index 00000000..7c408401 --- /dev/null +++ b/support/forbidden_words/swear_words/README.md @@ -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).