1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 19:13:14 +02:00

rmed conftool.c

This commit is contained in:
luke
2002-06-13 13:39:37 +00:00
parent 2fae48a6fc
commit 085eb45175
-17
View File
@@ -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 <stskeeps@tspre.org> |\n");
printf("| |\n");
printf("|-=-=-=-=-=-==-=-=-=-=-=-=-=-==-==-=-=-=-=-=-==-==|\n");
printf
("Actually this is only a demo .. so wait for it to be released;p");
}