summaryrefslogtreecommitdiff
path: root/src/core/ss_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ss_main.c')
-rw-r--r--src/core/ss_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ss_main.c b/src/core/ss_main.c
index e4fb1df15..8653c161f 100644
--- a/src/core/ss_main.c
+++ b/src/core/ss_main.c
@@ -26,7 +26,7 @@ class CommandSSHelp : public Command
{
}
- CommandReturn Execute(User *u, std::vector<std::string> &params)
+ CommandReturn Execute(User *u, std::vector<ci::string> &params)
{
ircdproto->SendMessage(statserv, u->nick, "This is a test of the emergency StatServ system.");
return MOD_CONT;
@@ -72,7 +72,7 @@ class SSMain : public Module
}
}
- /** This hack is necessary to replace delayed loading, for now */
+ /** This hack is necessary to replace delayed loading, for now */
void OnServerConnect(Server *)
{
statserv = findbot("StatServ");