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:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user