]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_pong.cpp
and a little tweak to remote MOTD too.
[user/henk/code/inspircd.git] / src / cmd_pong.cpp
index bd75d1c184645908c1f144dec04a7012516652f1..c89542240f15ca9905ecd1db4c55a96a6189e130 100644 (file)
  * ---------------------------------------------------
  */
 
+#include "inspircd.h"
 #include "users.h"
 #include "commands/cmd_pong.h"
 
-
-
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_pong(Instance);
 }