]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_zline.cpp
YAY! A module which allows a user to oper via their ssl key fingerprint.
[user/henk/code/inspircd.git] / src / cmd_zline.cpp
index 145b1ee2e78e2d5a55e79aad1f030373bdc53c3e..183fec5d5e32f5168d41de7063950c47d082a3f4 100644 (file)
  * ---------------------------------------------------
  */
 
-#include "inspircd_config.h"
 #include "inspircd.h"
 #include "configreader.h"
 #include "users.h"
 #include "modules.h"
-#include "commands.h"
 #include "xline.h"
-
 #include "commands/cmd_zline.h"
 
 
 
+extern "C" command_t* init_command(InspIRCd* Instance)
+{
+       return new cmd_zline(Instance);
+}
+
 void cmd_zline::Handle (const char** parameters, int pcnt, userrec *user)
 {
        if (pcnt >= 3)