From b18a3572026f70cb8bdf9bddab1ec2bce101a905 Mon Sep 17 00:00:00 2001 From: codemastr Date: Mon, 11 Jun 2001 14:43:54 +0000 Subject: [PATCH] rm --- src/agent.c | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 src/agent.c diff --git a/src/agent.c b/src/agent.c deleted file mode 100644 index 7580a88f8..000000000 --- a/src/agent.c +++ /dev/null @@ -1,41 +0,0 @@ -/************************************************************************ - * Unreal Internet Relay Chat Daemon, src/agent.c - * (C) 1999 Carsten Munk (Techie/Stskeeps) - * - * See file AUTHORS in IRC package for additional names of - * the programmers. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 1, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - */ - -#include "struct.h" -#include "common.h" -#include "sys.h" -#include "numeric.h" -#include "msg.h" -#include "channel.h" -#include "version.h" -#include -#include -#include -#include -#include -#ifdef _WIN32 -#include -#endif -#include -#include "h.h" - -ID_Copyright("(C) Carsten Munk 1999");