From 27e0df3719ce1d6153f8f332d23631044b3c9a79 Mon Sep 17 00:00:00 2001 From: w00t Date: Mon, 16 Feb 2009 22:14:36 +0000 Subject: Remove redundant PriorityState, enum Priority does the exact same thing. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11121 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_hostchange.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_hostchange.cpp') diff --git a/src/modules/m_hostchange.cpp b/src/modules/m_hostchange.cpp index 662ba5e60..d54076b43 100644 --- a/src/modules/m_hostchange.cpp +++ b/src/modules/m_hostchange.cpp @@ -56,7 +56,7 @@ class ModuleHostChange : public Module void Prioritize() { Module* cloak = ServerInstance->Modules->Find("m_cloaking.so"); - ServerInstance->Modules->SetPriority(this, I_OnUserConnect, PRIO_AFTER, &cloak); + ServerInstance->Modules->SetPriority(this, I_OnUserConnect, PRIORITY_AFTER, &cloak); } -- cgit v1.2.3