X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_admin.cpp;h=0bb4b07feadb9b21af9336e608ba2e9456b1fd39;hb=59b1a8955142935b02af6446005ab47fc7c3fc8c;hp=92bcdfb7d25b084ab9bcc98df3c3341ded14c9bd;hpb=015cc86bdf6d0f49d9d0cc480eedb55dbca54eab;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_admin.cpp b/src/cmd_admin.cpp index 92bcdfb7d..0bb4b07fe 100644 --- a/src/cmd_admin.cpp +++ b/src/cmd_admin.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 @@ -20,10 +20,7 @@ using namespace std; #include "inspircd.h" #include "inspircd_io.h" #include -#include -#include #include -#include #include "users.h" #include "ctables.h" #include "globals.h" @@ -38,7 +35,6 @@ using namespace std; extern ServerConfig* Config; - void cmd_admin::Handle (char **parameters, int pcnt, userrec *user) { WriteServ(user->fd,"256 %s :Administrative info for %s",user->nick,Config->ServerName);