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:
@@ -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"
|
||||
|
||||
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user