summaryrefslogtreecommitdiff
path: root/modules/commands/cs_saset_noexpire.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-13 09:27:42 -0400
committerAdam <Adam@anope.org>2011-08-13 09:27:42 -0400
commitaf438527e985f9c3b8853e18bc860c150e3a7b61 (patch)
tree3ac25263ac94d2d7dc69de5ae2284317ced736dd /modules/commands/cs_saset_noexpire.cpp
parentad4c4e462b3283a69b5f92fc8be8887a1081906b (diff)
Fixed /cs saset noexpire syntax
Diffstat (limited to 'modules/commands/cs_saset_noexpire.cpp')
-rw-r--r--modules/commands/cs_saset_noexpire.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_saset_noexpire.cpp b/modules/commands/cs_saset_noexpire.cpp
index 94335a200..91ca8ecd9 100644
--- a/modules/commands/cs_saset_noexpire.cpp
+++ b/modules/commands/cs_saset_noexpire.cpp
@@ -19,7 +19,7 @@ class CommandCSSASetNoexpire : public Command
CommandCSSASetNoexpire(Module *creator) : Command(creator, "chanserv/saset/noexpire", 2, 2)
{
this->SetDesc(_("Prevent the channel from expiring"));
- this->SetDesc(_("\037channel\037 {ON | OFF}"));
+ this->SetSyntax(_("\037channel\037 {ON | OFF}"));
}
void Execute(CommandSource &source, const std::vector<Anope::string> &params)