mirror of
https://github.com/anope/anope.git
synced 2026-06-29 20:26:39 +02:00
Fix some oversights.
This commit is contained in:
@@ -784,7 +784,7 @@ namespace InspIRCdExtban
|
||||
{
|
||||
}
|
||||
|
||||
bool Matches(User *u, const Entry *e) anope_override
|
||||
bool Matches(User *u, const Entry *e) override
|
||||
{
|
||||
Anope::string *opertype = u->GetExt<Anope::string>("opertype");
|
||||
if (!opertype)
|
||||
|
||||
Reference in New Issue
Block a user