1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 15:56:39 +02:00

Tweak the badwords documentation to document ALL.

This commit is contained in:
Sadie Powell
2025-09-23 18:15:27 +01:00
parent a792088a62
commit c021d7134e
2 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -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 <sadie@witchery.services>\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"
+2 -1
View File
@@ -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 "