#!/bin/sh
clear
echo "Starting up AsiachatIRCd Setup"
echo ""
echo "Press enter to proceed to setup..."
read cc
if [ "$1" != "-noconfig" ] ; then
	./Config
fi

echo "Press enter to proceed to compiling..."
read cc
make
echo "Now just edit your ircd.conf and you should be ready to run"
echo "AsiachatIRCD with ./asiachat start"
