]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_kill.cpp
YAY! A module which allows a user to oper via their ssl key fingerprint.
[user/henk/code/inspircd.git] / src / cmd_kill.cpp
index fa294ad9ef25ce3fe07bb7aa7435074852c941df..91dbca8bd19a00945b17b7571d8301335c561f60 100644 (file)
 #include "modules.h"
 #include "commands/cmd_kill.h"
 
+
+
+extern "C" command_t* init_command(InspIRCd* Instance)
+{
+       return new cmd_kill(Instance);
+}
+
 void cmd_kill::Handle (const char** parameters, int pcnt, userrec *user)
 {
        userrec *u = ServerInstance->FindNick(parameters[0]);