From 085eb45175397517d36becff7715dbdfed105396 Mon Sep 17 00:00:00 2001 From: luke Date: Thu, 13 Jun 2002 13:39:37 +0000 Subject: [PATCH] rmed conftool.c --- src/conftool.c | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/conftool.c diff --git a/src/conftool.c b/src/conftool.c deleted file mode 100644 index 506853d11..000000000 --- a/src/conftool.c +++ /dev/null @@ -1,17 +0,0 @@ -/* - * UnrealIRCd Configuration Tool (unrealircd.conf & network.network) - * $Id$ -*/ - -int main() -{ - printf("|=-=-=-=-=-==-==--=-=-=-=-=-==-==--=-=-=-=-=-==-==|\n"); - printf("| |\n"); - printf("| UnrealIRCd Configuration Tool |\n"); - printf("| Version 1.0 by Techie |\n"); - printf("| |\n"); - printf("|-=-=-=-=-=-==-=-=-=-=-=-=-=-==-==-=-=-=-=-=-==-==|\n"); - - printf - ("Actually this is only a demo .. so wait for it to be released;p"); -}