]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_privmsg.cpp
Add m_cycle: server-side equivilant of /hop, except it overrides +ilk. For the curiou...
[user/henk/code/inspircd.git] / src / cmd_privmsg.cpp
index 6eedf52765f3c80551f100008fee421e9399dce3..71e121a522bd6f2164b484934e3a131818096b4d 100644 (file)
@@ -18,9 +18,7 @@
 #include "wildcard.h"
 #include "commands/cmd_privmsg.h"
 
-
-
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport  command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_privmsg(Instance);
 }