]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_pong.cpp
YAY! A module which allows a user to oper via their ssl key fingerprint.
[user/henk/code/inspircd.git] / src / cmd_pong.cpp
index 11973a72936b48237e1e6bcf59425f45bc2e148b..9a388c021de18e4e0c79ed5d86d17e06c69cf286 100644 (file)
  */
 
 #include "users.h"
-#include "commands.h"
 #include "commands/cmd_pong.h"
 
 
+
+extern "C" command_t* init_command(InspIRCd* Instance)
+{
+       return new cmd_pong(Instance);
+}
+
 void cmd_pong::Handle (const char** parameters, int pcnt, userrec *user)
 {
        // set the user as alive so they survive to next ping