install:
	mkdir -p ${HOME}/irc 
	mkdir -p ${HOME}/bin 
	touch ${HOME}/irc/serv.def
	touch ${HOME}/irc/chan.def 
	cp irc_shell ${HOME}/bin
	cp irc_client ${HOME}/bin
	cp connect ${HOME}/bin
	cp demultiplexer.py ${HOME}/bin
	cp buddylist ${HOME}/bin
	@echo 
	@echo "Installed stiis"
	@echo 
	@echo "*******************************************"
	@echo "* See README for details in Configuration *"
	@echo "*******************************************"
