diff options
| author | 2023-05-02 14:05:45 +0100 | |
|---|---|---|
| committer | 2023-05-02 14:12:32 +0100 | |
| commit | 7c51e3cce92b3f66ceb06299228397fead67a264 (patch) | |
| tree | 3c1f0a0057edacc76f48126d2e644cdfc393f8c2 /src/modules/m_dnsbl.cpp | |
| parent | Add 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.cpp | 3 |
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 |
