X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_antibear.cpp;h=513f357f90516b57ae4f52ab65cf064a05591144;hb=124bc04e841f9ca527b99c37563f19a85dec63fc;hp=7a8437935483a6a50f5875bf378606cff262faa9;hpb=55e2180b4a5fb65faac05ce4956ab1e5515fa9e5;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_antibear.cpp b/src/modules/m_antibear.cpp index 7a8437935..513f357f9 100644 --- a/src/modules/m_antibear.cpp +++ b/src/modules/m_antibear.cpp @@ -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)