X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_pass.cpp;h=e761f8d42be7c079f8096845414219e875ee2415;hb=1b7c615062a7b203c7fc3ce4c56e16eb671f7c15;hp=ed34dbb85869499e20959c6cf563d12ac9142876;hpb=d54fd9b1e6b31f69332a9241b5f17330c0ad61e0;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_pass.cpp b/src/cmd_pass.cpp index ed34dbb85..e761f8d42 100644 --- a/src/cmd_pass.cpp +++ b/src/cmd_pass.cpp @@ -17,6 +17,13 @@ #include "users.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