X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_links.cpp;h=bf672a71439cda99ebf030bd78472583ff1b638c;hb=8f9d0a68cd77b6a78eccfa7df9c1045d453ce581;hp=bfb887bda4101fb8d4a4e8ec299790a0cda03923;hpb=a76eb059c7bf26512d8db3afdb1a78024212a337;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_links.cpp b/src/cmd_links.cpp index bfb887bda..bf672a714 100644 --- a/src/cmd_links.cpp +++ b/src/cmd_links.cpp @@ -2,10 +2,10 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * Inspire is copyright (C) 2002-2005 ChatSpike-Dev. + * InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev. * E-mail: - * - * + * + * * * Written by Craig Edwards, Craig McLure, and others. * This program is free but copyrighted software; see @@ -14,24 +14,13 @@ * --------------------------------------------------- */ -using namespace std; - #include "inspircd_config.h" -#include "inspircd.h" -#include "inspircd_io.h" -#include +#include "configreader.h" #include "users.h" -#include "ctables.h" -#include "globals.h" #include "modules.h" -#include "dynamic.h" -#include "message.h" #include "commands.h" -#include "inspstring.h" #include "helperfuncs.h" -#include "hashcomp.h" -#include "typedefs.h" -#include "cmd_links.h" +#include "commands/cmd_links.h" extern ServerConfig* Config; @@ -40,5 +29,3 @@ void cmd_links::Handle (char **parameters, int pcnt, userrec *user) WriteServ(user->fd,"364 %s %s %s :0 %s",user->nick,Config->ServerName,Config->ServerName,Config->ServerDesc); WriteServ(user->fd,"365 %s * :End of /LINKS list.",user->nick); } - -