summaryrefslogtreecommitdiff
path: root/modules/commands/bs_set.cpp
diff options
context:
space:
mode:
authorRobby- <robby@chat.be>2014-06-26 22:17:51 +0200
committerRobby- <robby@chat.be>2014-06-26 22:17:51 +0200
commitb0ec178e85c5fdc5ce803af17a5820b116fbe928 (patch)
tree70b93f74477fe86004d7e7af478331105f6acb91 /modules/commands/bs_set.cpp
parentff93355af851541e21218811eb46190a3eb070a3 (diff)
parentf753a925ade9f3b3053b206e5cf5462d2be53b64 (diff)
Merge pull request #84 from Zantox/2.0
Minor cs_unban Lang Update @Robby- Updated HostServ Command English Language Updated ChanServ Command English Language Updated BotServ Command English Language
Diffstat (limited to 'modules/commands/bs_set.cpp')
-rw-r--r--modules/commands/bs_set.cpp2
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;
}