]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_conn_join.cpp
Weed out a few leftover server instances from before modules had ServerInstance....
[user/henk/code/inspircd.git] / src / modules / m_conn_join.cpp
index d9f22ccc53e90c5e3a7122d8241637d3fe8957ef..92cc54f93e7b50c19b7abe6d7ef770c0eb808401 100644 (file)
@@ -3,7 +3,7 @@
  *       +------------------------------------+
  *
  *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
@@ -52,7 +52,7 @@ class ModuleConnJoin : public Module
 
                void Prioritize()
                {
-                       ServerInstance->Modules->SetPriority(this, I_OnPostConnect, PRIO_LAST);
+                       ServerInstance->Modules->SetPriority(this, I_OnPostConnect, PRIORITY_LAST);
                }