summaryrefslogtreecommitdiff
path: root/src/core/cs_identify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_identify.c')
-rw-r--r--src/core/cs_identify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_identify.c b/src/core/cs_identify.c
index f0f1f439a..7819f6091 100644
--- a/src/core/cs_identify.c
+++ b/src/core/cs_identify.c
@@ -103,7 +103,7 @@ class CommandCSIdentify : public Command
bool OnHelp(User *u, const std::string &subcommand)
{
- notice_lang(s_ChanServ, u, CHAN_HELP_IDENTIFY);
+ notice_help(s_ChanServ, u, CHAN_HELP_IDENTIFY);
return true;
}