X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_antibear.cpp;h=557d2ca0cf8667d8880a16dfc445f9226a755a4b;hb=d54fd9b1e6b31f69332a9241b5f17330c0ad61e0;hp=f322b0b9a167c623882103ae667cbc6bed84ce66;hpb=b37a253d962ed7af1ea7a328abf2a1af74f30759;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_antibear.cpp b/src/modules/m_antibear.cpp index f322b0b9a..557d2ca0c 100644 --- a/src/modules/m_antibear.cpp +++ b/src/modules/m_antibear.cpp @@ -19,15 +19,14 @@ 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 */ class ModuleAntiBear : public Module { private: - - Server *Srv; + public: ModuleAntiBear(InspIRCd* Me) : Module::Module(Me) {