summaryrefslogtreecommitdiff
path: root/modules/core/cs_set_secure.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-07-26 05:44:14 -0400
committerAdam <Adam@anope.org>2011-07-26 05:44:14 -0400
commite8c00b9e8b1b88a6307d8d093258e3e8d37ce1c0 (patch)
treeee98147c5bfb39518da67650e1886fc1a12f432f /modules/core/cs_set_secure.cpp
parent023d4b44eccf4e1f51f07a596f02d32c892e63df (diff)
A few small fixes
Diffstat (limited to 'modules/core/cs_set_secure.cpp')
-rw-r--r--modules/core/cs_set_secure.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_set_secure.cpp b/modules/core/cs_set_secure.cpp
index 73013be32..99085611e 100644
--- a/modules/core/cs_set_secure.cpp
+++ b/modules/core/cs_set_secure.cpp
@@ -19,7 +19,7 @@ class CommandCSSetSecure : public Command
CommandCSSetSecure(Module *creator, const Anope::string &cname = "chanserv/set/secure", const Anope::string &cpermission = "") : Command(creator, cname, 2, 2, cpermission)
{
this->SetDesc(_("Activate security features"));
- this->SetSyntax(_("\037channel\037 SECURE {ON | OFF}"));
+ this->SetSyntax(_("\037channel\037 {ON | OFF}"));
}
void Execute(CommandSource &source, const std::vector<Anope::string> &params)