]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_rpc_json.cpp
Add snomask +s +L - remote link notices.
[user/henk/code/inspircd.git] / src / modules / m_rpc_json.cpp
index 861aa86b0b2ecbbfa268e4a24ac82685f1f2a4d3..32f7c2ead1085ec143b234638f513d075e798939 100644 (file)
@@ -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);
        }