diff options
Diffstat (limited to 'src/core/hs_setall.c')
-rw-r--r-- | src/core/hs_setall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hs_setall.c b/src/core/hs_setall.c index 137e665ef..77c10fb37 100644 --- a/src/core/hs_setall.c +++ b/src/core/hs_setall.c @@ -140,7 +140,7 @@ class CommandHSSetAll : public Command return MOD_CONT; } - bool OnHelp(User *u, const std::string &subcommand) + bool OnHelp(User *u, const ci::string &subcommand) { notice_help(s_HostServ, u, HOST_HELP_SETALL); return true; |