aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_dnsbl.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-05-02 14:05:45 +0100
committerGravatar Sadie Powell2023-05-02 14:12:32 +0100
commit7c51e3cce92b3f66ceb06299228397fead67a264 (patch)
tree3c1f0a0057edacc76f48126d2e644cdfc393f8c2 /src/modules/m_dnsbl.cpp
parentAdd the cloak_static module to cloak using a fixed value. (diff)
Remove the now-obsolete hostchange module.
Closes #2025.
Diffstat (limited to 'src/modules/m_dnsbl.cpp')
-rw-r--r--src/modules/m_dnsbl.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/m_dnsbl.cpp b/src/modules/m_dnsbl.cpp
index 99336922c..2992a7bcc 100644
--- a/src/modules/m_dnsbl.cpp
+++ b/src/modules/m_dnsbl.cpp
@@ -425,9 +425,6 @@ public:
{
Module* corexline = ServerInstance->Modules.Find("core_xline");
ServerInstance->Modules.SetPriority(this, I_OnChangeRemoteAddress, PRIORITY_AFTER, corexline);
-
- Module* hostchange = ServerInstance->Modules.Find("hostchange");
- ServerInstance->Modules.SetPriority(this, I_OnUserConnect, PRIORITY_BEFORE, hostchange);
}
void ReadConfig(ConfigStatus& status) override