summaryrefslogtreecommitdiff
path: root/modules/commands/cs_info.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/cs_info.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/cs_info.cpp')
-rw-r--r--modules/commands/cs_info.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/cs_info.cpp b/modules/commands/cs_info.cpp
index 48824669a..f7ef0e72e 100644
--- a/modules/commands/cs_info.cpp
+++ b/modules/commands/cs_info.cpp
@@ -16,7 +16,7 @@ class CommandCSInfo : public Command
public:
CommandCSInfo(Module *creator) : Command(creator, "chanserv/info", 1, 2)
{
- this->SetDesc(_("Lists information about the named registered channel"));
+ this->SetDesc(_("Lists information about the specified registered channel"));
this->SetSyntax(_("\037channel\037"));
this->AllowUnregistered(true);
}
@@ -73,7 +73,7 @@ class CommandCSInfo : public Command
{
this->SendSyntax(source);
source.Reply(" ");
- source.Reply(_("Lists information about the named registered channel,\n"
+ source.Reply(_("Lists information about the specified registered channel,\n"
"including its founder, time of registration, last\n"
"time used, and description. If the user issuing the\n"
"command has the appropriate access for it, then the"