]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_antibear.cpp
Fix these too!
[user/henk/code/inspircd.git] / src / modules / m_antibear.cpp
index 7a8437935483a6a50f5875bf378606cff262faa9..513f357f90516b57ae4f52ab65cf064a05591144 100644 (file)
@@ -19,7 +19,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 
 /* $ModDesc: Sends a numeric on connect which cripples a common type of trojan/spambot */
 
@@ -39,7 +39,7 @@ class ModuleAntiBear : public Module
        
        virtual Version GetVersion()
        {
-               return Version(1,0,0,0,VF_VENDOR);
+               return Version(1,1,0,0,VF_VENDOR,API_VERSION);
        }
 
        void Implements(char* List)