From 4d0a1aaabd861bb7cd1e378bd1e600af1d34d5d2 Mon Sep 17 00:00:00 2001 From: lethality Date: Sat, 14 Aug 2010 14:16:21 +0100 Subject: Fixed some chanserv help set/saset replies --- modules/core/cs_saset.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/core/cs_saset.cpp') 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 -- cgit