X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_privmsg.cpp;h=e387b6ae345482adf0a77b069ff1ab36507dca36;hb=547ee1342e8b07bcdf46bc81343d1a1f7a2998e5;hp=5078c8a4a2237e310a96dcd481b4fc4242a9f3c4;hpb=d54fd9b1e6b31f69332a9241b5f17330c0ad61e0;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_privmsg.cpp b/src/cmd_privmsg.cpp index 5078c8a4a..e387b6ae3 100644 --- a/src/cmd_privmsg.cpp +++ b/src/cmd_privmsg.cpp @@ -21,6 +21,13 @@ #include "wildcard.h" #include "commands/cmd_privmsg.h" + + +extern "C" command_t* init_command(InspIRCd* Instance) +{ + return new cmd_privmsg(Instance); +} + void cmd_privmsg::Handle (const char** parameters, int pcnt, userrec *user) { userrec *dest;