X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_commands.cpp;h=57f1422074079d4103af4928519fe2a0e6f3b469;hb=9dd72b7003963d868a23da930a91300b49ab4959;hp=961c8db880a5a164ff4e1c5e626f4839ae3f6c31;hpb=25d1c9c176be31458ffc264d5b6e7ccdd8660717;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_commands.cpp b/src/cmd_commands.cpp index 961c8db88..57f142207 100644 --- a/src/cmd_commands.cpp +++ b/src/cmd_commands.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,35 +14,12 @@ * --------------------------------------------------- */ -using namespace std; - -#include "inspircd_config.h" #include "inspircd.h" -#include "inspircd_io.h" -#include -#include -#ifdef GCC3 -#include -#else -#include -#endif -#include -#include -#include -#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 "command_parse.h" -#include "cmd_commands.h" +#include "commands/cmd_commands.h" -extern ServerConfig* Config; extern InspIRCd* ServerInstance; void cmd_commands::Handle (char **parameters, int pcnt, userrec *user) @@ -53,5 +30,3 @@ void cmd_commands::Handle (char **parameters, int pcnt, userrec *user) } WriteServ(user->fd,"903 %s :End of COMMANDS list",user->nick); } - -