summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaram Qashat <cyberbotx@cyberbotx.com>2010-07-26 00:22:45 -0400
committerNaram Qashat <cyberbotx@cyberbotx.com>2010-07-26 00:22:45 -0400
commit8ea033dd3575c5be14a2f6a9cf12eb374fe5c10f (patch)
treeb71ff6cad4bcb2b15c97573d5d578efe0509497e
parentaa2c1009ee7ed5742f9a370f76379d40fe391dab (diff)
Missed changing a couple of these, it seems.
-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)
{