]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_conn_join.cpp
Fix previous module mismatch message; "remote" is misleading when sent as an ERROR
[user/henk/code/inspircd.git] / src / modules / m_conn_join.cpp
index 21c03922eb10f3d3742413601a89ac0e6691f705..29645b23956f2f012114631b8dfdc0f8c096b4f9 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
  * See: http://www.inspircd.org/wiki/index.php/Credits
  *
  * This program is free but copyrighted software; see
@@ -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);
                }
 
 
@@ -72,7 +72,7 @@ class ModuleConnJoin : public Module
 
                virtual Version GetVersion()
                {
-                       return Version(1,2,0,1,VF_VENDOR,API_VERSION);
+                       return Version("$Id$", VF_VENDOR,API_VERSION);
                }
 
                virtual void OnPostConnect(User* user)