0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-28 15:53:46 +02:00

ircd:Ⓜ️:homeserver: Fix net_dns_cache.so loading w/ -noautomod.

This commit is contained in:
Jason Volk 2021-11-17 15:45:29 -08:00
parent 4499bb0f35
commit 5f5c1db9b1

View file

@ -273,7 +273,8 @@ try
if(sequence(*dbs::events) == 0)
return;
mods::imports.emplace("net_dns_cache"s, "net_dns_cache");
if(ircd::mods::autoload)
mods::imports.emplace("net_dns_cache"s, "net_dns_cache");
if(!ircd::write_avoid)
if(key && !key->verify_keys.empty())