diff options
Diffstat (limited to 'src/core/hs_set.c')
-rw-r--r-- | src/core/hs_set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hs_set.c b/src/core/hs_set.c index d3ac291db..025bbc044 100644 --- a/src/core/hs_set.c +++ b/src/core/hs_set.c @@ -139,7 +139,7 @@ class CommandHSSet : 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_SET); return true; |