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"); -}