summaryrefslogtreecommitdiff
path: root/modules/core/cs_saset.cpp
diff options
context:
space:
mode:
authorlethality <lethality@anope.org>2010-08-14 14:16:21 +0100
committerlethality <lethality@anope.org>2010-08-14 14:16:21 +0100
commit4d0a1aaabd861bb7cd1e378bd1e600af1d34d5d2 (patch)
treecbb529cc42b3dbc623a115eeb1b3c4f57e38ac86 /modules/core/cs_saset.cpp
parentc24ec0686164274110f00f81622750312e539af1 (diff)
Fixed some chanserv help set/saset replies
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