X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_lusers.cpp;h=0405145e2ec38d0b12a5f5f61d04494b533d97cb;hb=14004479dc1d471c4388f0ab7f86f869ba7f098a;hp=511c81b8d56a6cba32ac1276612d318d8bc8c40e;hpb=549a66043952bbfd2684aec4f8f1c0fc35d4a855;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_lusers.cpp b/src/cmd_lusers.cpp index 511c81b8d..0405145e2 100644 --- a/src/cmd_lusers.cpp +++ b/src/cmd_lusers.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,10 @@ * --------------------------------------------------- */ -using namespace std; - -#include "inspircd_config.h" -#include "inspircd.h" -#include "inspircd_io.h" -#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_lusers.h" +#include "commands/cmd_lusers.h" void cmd_lusers::Handle (char **parameters, int pcnt, userrec *user) { @@ -43,5 +29,3 @@ void cmd_lusers::Handle (char **parameters, int pcnt, userrec *user) WriteServ(user->fd,"254 %s %d :channels formed",user->nick,chancount()); WriteServ(user->fd,"254 %s :I have %d clients and 0 servers",user->nick,local_count()); } - -