]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_privmsg.cpp
YAY! A module which allows a user to oper via their ssl key fingerprint.
[user/henk/code/inspircd.git] / src / cmd_privmsg.cpp
index 5078c8a4a2237e310a96dcd481b4fc4242a9f3c4..e387b6ae345482adf0a77b069ff1ab36507dca36 100644 (file)
 #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;