mirror of
https://github.com/anope/anope.git
synced 2026-07-01 12:06:38 +02:00
Fix the name of the DNS record config option for the previous commit.
This commit is contained in:
@@ -582,7 +582,7 @@ public:
|
||||
{
|
||||
const auto &block = conf.GetModule(this);
|
||||
commandhsvalidate.cooldown = block.Get<time_t>("validationcooldown", "5m");
|
||||
validation_record = block.Get<const Anope::string>("dnsrecord", "anope-dns-validation");
|
||||
validation_record = block.Get<const Anope::string>("validationrecord", "anope-dns-validation");
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user