]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_rpc_json.cpp
Make rehash work more than once per run, and fix some uninitialized values in connect...
[user/henk/code/inspircd.git] / src / modules / m_rpc_json.cpp
index 861aa86b0b2ecbbfa268e4a24ac82685f1f2a4d3..425b33e0e52a793f0bb9205dbc63b03e44bb551e 100644 (file)
@@ -2,8 +2,8 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
@@ -12,9 +12,6 @@
  */
 
 #include "inspircd.h"
-#include "users.h"
-#include "channels.h"
-#include "modules.h"
 #include "httpd.h"
 #include "rpc.h"
 #include <exception>
@@ -59,7 +56,7 @@ class ModuleRpcJson : public Module
 
        virtual Version GetVersion()
        {
-               return Version(1, 2, 0, 0, VF_SERVICEPROVIDER | VF_VENDOR, API_VERSION);
+               return Version("$Id$", VF_SERVICEPROVIDER | VF_VENDOR, API_VERSION);
        }