summaryrefslogtreecommitdiff
path: root/src/core/ns_logout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ns_logout.c')
-rw-r--r--src/core/ns_logout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_logout.c b/src/core/ns_logout.c
index f51a553d1..a7652b1e6 100644
--- a/src/core/ns_logout.c
+++ b/src/core/ns_logout.c
@@ -93,7 +93,7 @@ class CommandNSLogout : public Command
return MOD_CONT;
}
- bool OnHelp(User *u, const std::string &subcommand)
+ bool OnHelp(User *u, const ci::string &subcommand)
{
if (u->nc && u->nc->IsServicesOper())
notice_help(s_NickServ, u, NICK_SERVADMIN_HELP_LOGOUT);