diff options
Diffstat (limited to 'src/cmd_privmsg.cpp')
-rw-r--r-- | src/cmd_privmsg.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmd_privmsg.cpp b/src/cmd_privmsg.cpp index a99f8a594..71e121a52 100644 --- a/src/cmd_privmsg.cpp +++ b/src/cmd_privmsg.cpp @@ -18,8 +18,6 @@ #include "wildcard.h" #include "commands/cmd_privmsg.h" - - extern "C" DllExport command_t* init_command(InspIRCd* Instance) { return new cmd_privmsg(Instance); |