diff options
Diffstat (limited to 'src/core/cs_getkey.c')
-rw-r--r-- | src/core/cs_getkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_getkey.c b/src/core/cs_getkey.c index 1546002e0..1957d49cd 100644 --- a/src/core/cs_getkey.c +++ b/src/core/cs_getkey.c @@ -68,7 +68,7 @@ class CommandCSGetKey : public Command bool OnHelp(User *u, const std::string &subcommand) { - notice_lang(s_ChanServ, u, CHAN_HELP_GETKEY); + notice_help(s_ChanServ, u, CHAN_HELP_GETKEY); return true; } |