diff options
Diffstat (limited to 'src/core/hs_on.c')
-rw-r--r-- | src/core/hs_on.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hs_on.c b/src/core/hs_on.c index 3050dee32..9286023b2 100644 --- a/src/core/hs_on.c +++ b/src/core/hs_on.c @@ -64,7 +64,7 @@ class CommandHSOn : public Command bool OnHelp(User *u, const std::string &subcommand) { - notice_lang(s_HostServ, u, HOST_HELP_ON); + notice_help(s_HostServ, u, HOST_HELP_ON); return true; } }; |