summaryrefslogtreecommitdiff
path: root/modules/extra/cs_set_misc.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-07-16 07:03:04 -0400
committerAdam <Adam@anope.org>2011-07-16 07:03:04 -0400
commitb19dddb0f60042eaf192cc1044af5272a8cbdf6c (patch)
tree493eea273b3bbdcda2e80d119371e8829067a868 /modules/extra/cs_set_misc.cpp
parentacceabe3a88640b7192795b4e54126ed96e9d0f0 (diff)
Fixed a few of the /cs set syntax messages to reflect the new syntax
Diffstat (limited to 'modules/extra/cs_set_misc.cpp')
-rw-r--r--modules/extra/cs_set_misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/cs_set_misc.cpp b/modules/extra/cs_set_misc.cpp
index 03c498b07..000e25ab1 100644
--- a/modules/extra/cs_set_misc.cpp
+++ b/modules/extra/cs_set_misc.cpp
@@ -19,7 +19,7 @@ class CommandCSSetMisc : public Command
CommandCSSetMisc(Module *creator, const Anope::string &cname, const Anope::string &cdesc, const Anope::string &cpermission = "") : Command(creator, "chanserv/set/" + cname, 1, 2, cpermission), Desc(cdesc)
{
this->SetDesc(cdesc);
- this->SetSyntax(_("\037channel\037 \037option\037 \037parameters\037"));
+ this->SetSyntax(_("\037channel\037 \037parameters\037"));
}
void Execute(CommandSource &source, const std::vector<Anope::string> &params)