summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/core/cs_register.cpp2
-rw-r--r--modules/core/os_defcon.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/core/cs_register.cpp b/modules/core/cs_register.cpp
index 4bd7d34cc..997247d65 100644
--- a/modules/core/cs_register.cpp
+++ b/modules/core/cs_register.cpp
@@ -105,7 +105,7 @@ class CommandCSRegister : public Command
return true;
}
- void OnSyntaxError(User *u, const ci::string &subcommand)
+ void OnSyntaxError(User *u, const Anope::string &subcommand)
{
syntax_error(Config.s_ChanServ, u, "REGISTER", CHAN_REGISTER_SYNTAX);
}
diff --git a/modules/core/os_defcon.cpp b/modules/core/os_defcon.cpp
index f7349aa99..155937753 100644
--- a/modules/core/os_defcon.cpp
+++ b/modules/core/os_defcon.cpp
@@ -204,7 +204,7 @@ class OSDEFCON : public Module
return EVENT_CONTINUE;
}
- EventReturn OnPreCommandRun(User *u, BotInfo *bi, const Anope::string &command, const ci::string &message, Command *c)
+ EventReturn OnPreCommandRun(User *u, BotInfo *bi, const Anope::string &command, const Anope::string &message, Command *c)
{
if (!c)
{