schizophrenia is an IRC client.
it has its own scripting lang and is called schiza for short.

	C O M P I L I N G

to compile do usual seqence:

	./configure
	make
	make install


	I N S T A L L I N G   A T   H O M E   D I R

you may also do

	make install-at-home

to install schiza in ~/bin if you don't have superuser priviliges.
don't forget to add ~/bin to your path, like this

	export PATH=$PATH:/home/you/bin

or if you are using csh

	setenv PATH $PATH:/home/you/bin

add this to your shell startup file (~/.bash_profile or sth).


	R U N N I N G

if you run `schiza' binary with any arg, like this:

	schiza buh

it will run a schizobot process. if you don't pass it parameter it will
look for running schizobot process and attach to it (like screen -r,
or scr-bx). you may then leave schiza with /detach if you don't
want to kill schizobot, and /quit otherwise.


	O T H E R   I N F O
	
this project is still in early alpha stage so be warned.
there's also install-links target, which install soft links to binaries
(for developers).


	have fun && good luck

	malekith <malekith@pld.org.pl>
	
