diff options
Diffstat (limited to 'src/core/ns_ghost.c')
-rw-r--r-- | src/core/ns_ghost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_ghost.c b/src/core/ns_ghost.c index 35d6f1a67..f1f0cafe1 100644 --- a/src/core/ns_ghost.c +++ b/src/core/ns_ghost.c @@ -74,7 +74,7 @@ class CommandNSGhost : public Command return MOD_CONT; } - bool OnHelp(User *u, const std::string &subcommand) + bool OnHelp(User *u, const ci::string &subcommand) { notice_help(s_NickServ, u, NICK_HELP_GHOST); return true; |