diff options
Diffstat (limited to 'src/core/cs_topic.c')
-rw-r--r-- | src/core/cs_topic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_topic.c b/src/core/cs_topic.c index 0f4be3a0e..cbfdc9828 100644 --- a/src/core/cs_topic.c +++ b/src/core/cs_topic.c @@ -73,7 +73,7 @@ class CommandCSTopic : public Command bool OnHelp(User *u, const std::string &subcommand) { - notice_lang(s_ChanServ, u, CHAN_HELP_TOPIC); + notice_help(s_ChanServ, u, CHAN_HELP_TOPIC); return true; } |