1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 16:33:13 +02:00

Improve the layout of types that inherit from another type.

This commit is contained in:
Sadie Powell
2024-01-23 15:28:23 +00:00
parent 398d674cf4
commit a6a0f6c447
232 changed files with 1648 additions and 798 deletions
+4 -2
View File
@@ -39,7 +39,8 @@ struct Blacklist
}
};
class DNSBLResolver : public Request
class DNSBLResolver
: public Request
{
Reference<User> user;
Blacklist blacklist;
@@ -94,7 +95,8 @@ public:
}
};
class ModuleDNSBL : public Module
class ModuleDNSBL
: public Module
{
std::vector<Blacklist> blacklists;
std::set<cidr> exempts;