summaryrefslogtreecommitdiff
path: root/modules/core/cs_saset_noexpire.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/cs_saset_noexpire.cpp')
-rw-r--r--modules/core/cs_saset_noexpire.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_saset_noexpire.cpp b/modules/core/cs_saset_noexpire.cpp
index 414b822a7..fa944f86a 100644
--- a/modules/core/cs_saset_noexpire.cpp
+++ b/modules/core/cs_saset_noexpire.cpp
@@ -19,7 +19,7 @@ class CommandCSSASetNoexpire : public Command
CommandCSSASetNoexpire(Module *creator) : Command(creator, "chanserv/saset/noexpire", 2, 2, "chanserv/saset/noexpire")
{
this->SetDesc(_("Prevent the channel from expiring"));
- this->SetDesc(_("\037channel\037 NOEXPIRE {ON | OFF}"));
+ this->SetDesc(_("\037channel\037 {ON | OFF}"));
}
void Execute(CommandSource &source, const std::vector<Anope::string> &params)