diff options
author | Zantox <jyoerger10@msn.com> | 2014-06-23 07:47:26 -0400 |
---|---|---|
committer | Zantox <jyoerger10@msn.com> | 2014-06-23 07:47:26 -0400 |
commit | 8fecad3039626feb3200a133355b754b7751a35b (patch) | |
tree | 9beb5aa942b8495eff34961a51713990e649bcbf /modules/commands/bs_badwords.cpp | |
parent | 4f7868b1250fa02be825a193970bfb08e32e5d96 (diff) |
Updated BotServ Command English Language
Diffstat (limited to 'modules/commands/bs_badwords.cpp')
-rw-r--r-- | modules/commands/bs_badwords.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/bs_badwords.cpp b/modules/commands/bs_badwords.cpp index c4155bbc1..6deaa8924 100644 --- a/modules/commands/bs_badwords.cpp +++ b/modules/commands/bs_badwords.cpp @@ -400,7 +400,7 @@ class CommandBSBadwords : public Command if (Anope::ReadOnly) { - source.Reply(_("Sorry, channel bad words list modification is temporarily disabled.")); + source.Reply(_("Sorry, bad words list modification is temporarily disabled.")); return; } @@ -446,7 +446,7 @@ class CommandBSBadwords : public Command " Lists bad words entries numbered 2 through 5 and\n" " 7 through 9.\n" " \n" - "The \002CLEAR\002 command clears all entries of the\n" + "The \002CLEAR\002 command clears all entries from the\n" "bad words list.")); return true; } |