From c021d7134ef273173d5fe647ed6d92c171c5b36c Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 23 Sep 2025 18:15:27 +0100 Subject: [PATCH] Tweak the badwords documentation to document ALL. --- language/anope.en_US.po | 6 +++--- modules/botserv/bs_badwords.cpp | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/language/anope.en_US.po b/language/anope.en_US.po index b64776832..c19dd8ed9 100644 --- a/language/anope.en_US.po +++ b/language/anope.en_US.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Anope\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-20 14:56+0100\n" -"PO-Revision-Date: 2025-09-20 14:56+0100\n" +"POT-Creation-Date: 2025-09-23 18:18+0100\n" +"PO-Revision-Date: 2025-09-23 18:18+0100\n" "Last-Translator: Sadie Powell \n" "Language-Team: English\n" "Language: en_US\n" @@ -3511,7 +3511,7 @@ msgstr "" msgid "" "Maintains the bad words list for a channel. The bad words list determines which words are to be kicked when the bad words kicker is enabled. For more information, type %sKICK%s.\n" "\n" -"The ADD command adds the given word to the bad words list. If SINGLE is specified, a kick will be done only if a user says the entire word. If START is specified, a kick will be done if a user says a word that starts with word. If END is specified, a kick will be done if a user says a word that ends with word. If you don't specify anything, a kick will be issued every time word is said by a user.\n" +"The ADD command adds the given word to the bad words list. If SINGLE is specified, a kick will be done only if a user says the entire word. If START is specified, a kick will be done if a user says a word that starts with word. If END is specified, a kick will be done if a user says a word that ends with word. If you don't specify anything, a kick will be issued every time word is said by a user. This will be shown in the LIST output as ANY.\n" "\n" "The DEL command removes the given word from the bad words list. If a list of entry numbers is given, those entries are deleted. (See the example for LIST below.)\n" "\n" diff --git a/modules/botserv/bs_badwords.cpp b/modules/botserv/bs_badwords.cpp index fb9cebea5..8dd91af31 100644 --- a/modules/botserv/bs_badwords.cpp +++ b/modules/botserv/bs_badwords.cpp @@ -481,7 +481,8 @@ public: "that starts with \037word\037. If END is specified, a kick " "will be done if a user says a word that ends with " "\037word\037. If you don't specify anything, a kick will " - "be issued every time \037word\037 is said by a user." + "be issued every time \037word\037 is said by a user. This " + "will be shown in the \002LIST\002 output as ANY." "\n\n" "The \002DEL\002 command removes the given word from the " "bad words list. If a list of entry numbers is given, those "