summaryrefslogtreecommitdiff
path: root/modules/core/cs_saset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/cs_saset.cpp')
-rw-r--r--modules/core/cs_saset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_saset.cpp b/modules/core/cs_saset.cpp
index d00521645..7d6e9e2ab 100644
--- a/modules/core/cs_saset.cpp
+++ b/modules/core/cs_saset.cpp
@@ -61,7 +61,7 @@ class CommandCSSASet : public Command
notice_help(Config.s_ChanServ, u, CHAN_HELP_SASET_HEAD);
for (subcommand_map::iterator it = this->subcommands.begin(), it_end = this->subcommands.end(); it != it_end; ++it)
it->second->OnServHelp(u);
- notice_help(Config.s_ChanServ, u, CHAN_HELP_SET_TAIL);
+ notice_help(Config.s_ChanServ, u, CHAN_HELP_SASET_TAIL);
return true;
}
else