]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_modules.cpp
From RFC 2812, the funny = that i could never identify in NAMES reply: = means public...
[user/henk/code/inspircd.git] / src / cmd_modules.cpp
index 916f480fd8e6777d3c429c177de0321c0b5c1c0b..aa31122a78c9f6e97018b1be51e2d2bb27d66e9e 100644 (file)
@@ -12,9 +12,6 @@
  */
 
 #include "inspircd.h"
-#include "configreader.h"
-#include "users.h"
-#include "modules.h"
 #include "wildcard.h"
 #include "commands/cmd_modules.h"
 
@@ -34,7 +31,7 @@ char* itab[] = {
        "OnPostCommand", "OnPostJoin", "OnWhoisLine", "OnBuildExemptList", "OnRawSocketConnect", "OnGarbageCollect", NULL
 };
 
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_modules(Instance);
 }