diff options
Diffstat (limited to 'src/core/ns_getpass.c')
-rw-r--r-- | src/core/ns_getpass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_getpass.c b/src/core/ns_getpass.c index 8bb28ae74..0e4057b0f 100644 --- a/src/core/ns_getpass.c +++ b/src/core/ns_getpass.c @@ -60,7 +60,7 @@ class CommandNSGetPass : 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_SERVADMIN_HELP_GETPASS); return true; |