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