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