X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_connect.cpp;h=978478e3a507cecfac631476e438ce539e28f8d0;hb=fc9e00f49299cb3b402406b5f185d5f4af1e9780;hp=19ff6980d703a0567d97338efc89939ea5565214;hpb=9c65ad17c7a86f9ddeb688b3eb6368b4d79ab85a;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_connect.cpp b/src/cmd_connect.cpp index 19ff6980d..978478e3a 100644 --- a/src/cmd_connect.cpp +++ b/src/cmd_connect.cpp @@ -14,22 +14,10 @@ * --------------------------------------------------- */ -using namespace std; - -#include "inspircd_config.h" -#include "inspircd.h" -#include "inspircd_io.h" -#include #include "users.h" -#include "ctables.h" -#include "globals.h" -#include "message.h" #include "commands.h" -#include "inspstring.h" #include "helperfuncs.h" -#include "hashcomp.h" -#include "typedefs.h" -#include "cmd_connect.h" +#include "commands/cmd_connect.h" /* * This is handled by the server linking module, if necessary. Do not remove this stub. @@ -38,5 +26,3 @@ void cmd_connect::Handle (char **parameters, int pcnt, userrec *user) { WriteServ(user->fd, "NOTICE %s :You are a nub. Load a linking module.", user->nick); } - -