mirror of
https://github.com/anope/anope.git
synced 2026-07-09 09:23:13 +02:00
Cleanup of dns stuff based on stuff found making inspircd's module
This commit is contained in:
@@ -781,7 +781,7 @@ class ModuleDNS : public Module
|
||||
}
|
||||
}
|
||||
|
||||
void OnDnsRequest(DNS::Packet &req, DNS::Packet *packet) anope_override
|
||||
void OnDnsRequest(DNS::Query &req, DNS::Query *packet) anope_override
|
||||
{
|
||||
if (req.questions.empty())
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user