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_set.cpp | |
parent | 4f7868b1250fa02be825a193970bfb08e32e5d96 (diff) |
Updated BotServ Command English Language
Diffstat (limited to 'modules/commands/bs_set.cpp')
-rw-r--r-- | modules/commands/bs_set.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/bs_set.cpp b/modules/commands/bs_set.cpp index 2d08d9ec6..819ac42b3 100644 --- a/modules/commands/bs_set.cpp +++ b/modules/commands/bs_set.cpp @@ -100,7 +100,7 @@ class CommandBSSetBanExpire : public Command if (Anope::ReadOnly) { - source.Reply(_("Sorry, bot option setting is temporarily disabled.")); + source.Reply(_("Sorry, changing bot options is temporarily disabled.")); return; } |