]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_wallops.cpp
Swap around ERROR and SNONOTICE in SendError() so that the server doesnt try and...
[user/henk/code/inspircd.git] / src / cmd_wallops.cpp
index 909dfb2ba324407959227a3fff3ef3934f912a18..a66ceddf5258c00e649c18de24a3ff7551aa343d 100644 (file)
  * ---------------------------------------------------
  */
 
-#include "configreader.h"
-#include "modules.h"
+#include "inspircd.h"
 #include "commands/cmd_wallops.h"
 
 
 
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_wallops(Instance);
 }