]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_join.cpp
Remove /summon and /users (I think 15+ years of being marked deprecated is enough...
[user/henk/code/inspircd.git] / src / cmd_join.cpp
index 8c24c7bcb1dad066e031073187f33b7c69e094cc..4e69cbb4ef15554181470950784ecd801e36e9c3 100644 (file)
  */
 
 #include "inspircd.h"
-#include "users.h"
 #include "commands/cmd_join.h"
 
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_join(Instance);
 }