diff options
Diffstat (limited to 'src/cmd_privmsg.cpp')
| -rw-r--r-- | src/cmd_privmsg.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
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; |
