mirror of
https://github.com/anope/anope.git
synced 2026-07-10 10:43:13 +02:00
Add the anope_override keyword to methods that lack it.
This commit is contained in:
@@ -37,7 +37,7 @@ class XOPChanAccess : public ChanAccess
|
||||
return false;
|
||||
}
|
||||
|
||||
Anope::string AccessSerialize() const
|
||||
Anope::string AccessSerialize() const anope_override
|
||||
{
|
||||
return this->type;
|
||||
}
|
||||
@@ -489,7 +489,7 @@ class CommandCSXOP : public Command
|
||||
return Anope::printf(Language::Translate(source.GetAccount(), _("Modify the list of %s users")), source.command.upper().c_str());
|
||||
}
|
||||
|
||||
void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) anope_override
|
||||
{
|
||||
ChannelInfo *ci = ChannelInfo::Find(params[0]);
|
||||
if (ci == NULL)
|
||||
|
||||
Reference in New Issue
Block a user