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