From 2aaacb44a724a6e7e10d078137c6123d732159fd Mon Sep 17 00:00:00 2001 From: John Livingston Date: Fri, 22 Sep 2023 19:19:32 +0200 Subject: [PATCH] Init support/forbidden_words --- .../user/{streamers.md => streamers/_index.md} | 0 .../user/{ => streamers}/moderation.md | 0 support/forbidden_words/README.md | 18 ++++++++++++++++++ support/forbidden_words/swear_words/README.md | 4 ++++ 4 files changed, 22 insertions(+) rename support/documentation/content/en/documentation/user/{streamers.md => streamers/_index.md} (100%) rename support/documentation/content/en/documentation/user/{ => streamers}/moderation.md (100%) create mode 100644 support/forbidden_words/README.md create mode 100644 support/forbidden_words/swear_words/README.md 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).