1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 20:26:38 +02:00

Missed changing a couple of these, it seems.

This commit is contained in:
Naram Qashat
2010-07-26 00:22:45 -04:00
parent aa2c1009ee
commit 8ea033dd35
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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);
}
+1 -1
View File
@@ -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)
{