From: attilamolnar Date: Wed, 25 Jul 2012 23:53:52 +0000 (+0200) Subject: m_hostchange No reason to prioritize after m_cloaking X-Git-Tag: v2.0.23~598 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=4b77a708565e75edc662db2b16f6b2da047c4d96;p=user%2Fhenk%2Fcode%2Finspircd.git m_hostchange No reason to prioritize after m_cloaking --- diff --git a/src/modules/m_hostchange.cpp b/src/modules/m_hostchange.cpp index cc7c57508..e63c61631 100644 --- a/src/modules/m_hostchange.cpp +++ b/src/modules/m_hostchange.cpp @@ -61,13 +61,6 @@ class ModuleHostChange : public Module ServerInstance->Modules->Attach(eventlist, this, 2); } - void Prioritize() - { - Module* cloak = ServerInstance->Modules->Find("m_cloaking.so"); - ServerInstance->Modules->SetPriority(this, I_OnUserConnect, PRIORITY_AFTER, &cloak); - } - - virtual void OnRehash(User* user) { ConfigReader Conf;