mirror of
https://github.com/anope/anope.git
synced 2026-07-05 03:53:12 +02:00
Replace anope_{final,override} with their C++11 equivalent.
This commit is contained in:
@@ -81,12 +81,12 @@ class NSMaxEmail : public Module
|
||||
{
|
||||
}
|
||||
|
||||
void OnReload(Configuration::Conf *conf) anope_override
|
||||
void OnReload(Configuration::Conf *conf) override
|
||||
{
|
||||
clean = conf->GetModule(this)->Get<bool>("remove_aliases", "true");
|
||||
}
|
||||
|
||||
EventReturn OnPreCommand(CommandSource &source, Command *command, std::vector<Anope::string> ¶ms) anope_override
|
||||
EventReturn OnPreCommand(CommandSource &source, Command *command, std::vector<Anope::string> ¶ms) override
|
||||
{
|
||||
if (source.IsOper())
|
||||
return EVENT_CONTINUE;
|
||||
|
||||
Reference in New Issue
Block a user