]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_tline.cpp
All modules which implement simplemodes (no parameters, not a list mode) can now...
[user/henk/code/inspircd.git] / src / modules / m_tline.cpp
index a52584661b0173e31156263be41b9d11f1961ea3..2616448e68a382e1942ad06bfbc6c97c22c7942d 100644 (file)
@@ -20,7 +20,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "wildcard.h"
 #include "inspircd.h"
 #include "dns.h"
@@ -28,7 +28,7 @@ using namespace std;
 /* $ModDesc: Provides /tline command used to test who a mask matches */
 
 
-extern InspIRCd* ServerInstance;
+
         
 class cmd_tline : public command_t
 {