X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_pass.cpp;h=e761f8d42be7c079f8096845414219e875ee2415;hb=1b7c615062a7b203c7fc3ce4c56e16eb671f7c15;hp=35a65b3c536bbda2a14b6ef0cdcc251488d9dfca;hpb=396c9ef9f7a96934d3227bb7d1d091315e3d4fa8;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_pass.cpp b/src/cmd_pass.cpp index 35a65b3c5..e761f8d42 100644 --- a/src/cmd_pass.cpp +++ b/src/cmd_pass.cpp @@ -15,10 +15,15 @@ */ #include "users.h" -#include "commands.h" -#include "helperfuncs.h" #include "commands/cmd_pass.h" + + +extern "C" command_t* init_command(InspIRCd* Instance) +{ + return new cmd_pass(Instance); +} + void cmd_pass::Handle (const char** parameters, int pcnt, userrec *user) { // Check to make sure they havnt registered -- Fix by FCS