diff options
Diffstat (limited to 'modules/botserv/bs_badwords.cpp')
-rw-r--r-- | modules/botserv/bs_badwords.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/botserv/bs_badwords.cpp b/modules/botserv/bs_badwords.cpp index a8980066a..6f4d48302 100644 --- a/modules/botserv/bs_badwords.cpp +++ b/modules/botserv/bs_badwords.cpp @@ -463,12 +463,12 @@ public: "be issued every time \037word\037 is said by a user." "\n\n" "The \002DEL\002 command removes the given word from the " - "bad words list. If a list of entry numbers is given, those " + "bad words list. If a list of entry numbers is given, those " "entries are deleted. (See the example for LIST below.)" "\n\n" - "The \002LIST\002 command displays the bad words list. If " + "The \002LIST\002 command displays the bad words list. If " "a wildcard mask is given, only those entries matching the " - "mask are displayed. If a list of entry numbers is given, " + "mask are displayed. If a list of entry numbers is given, " "only those entries are shown; for example:\n" " \002#channel\032LIST\0322-5,7-9\002\n" " Lists bad words entries numbered 2 through 5 and\n" |