diff options
author | attilamolnar <attilamolnar@hush.com> | 2012-07-26 01:53:52 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2012-07-26 02:25:35 +0200 |
commit | 4b77a708565e75edc662db2b16f6b2da047c4d96 (patch) | |
tree | 3e5d29c943bab73f8a9477fe959436170324ca2f | |
parent | bcd91de3474a166418ae3e0c6238f5cb41827531 (diff) |
m_hostchange No reason to prioritize after m_cloaking
-rw-r--r-- | src/modules/m_hostchange.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
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; |