diff options
Diffstat (limited to 'src/core/ns_getemail.c')
-rw-r--r-- | src/core/ns_getemail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_getemail.c b/src/core/ns_getemail.c index 7194e1407..618600325 100644 --- a/src/core/ns_getemail.c +++ b/src/core/ns_getemail.c @@ -56,7 +56,7 @@ class CommandNSGetEMail : 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_GETEMAIL); return true; |