Format of the $HOME/irc/serv.def:

$HOST;$SHORT_NAME;$PROGRAM

an example is:
irc.oftc.net;oftc;ii -s irc.oftc.net -f Didi

Format of the $HOME/irc/chan.def:
$HOST;$CHANNEL;$SHORT_NAME;$COLOR

example:
irc.oftc.net;#ii;ii;yellow

Colors can be:
red
green
yellow
blue
magenta
cyan
white

Programs:
connect - Reads the  $HOME/irc/serv.def an executes $PROGRAM
demultiplexer.py - Demultiplexes all the Status outputes in $HOME/irc/out (based on inotify)
irc_client - opens 2 Xterms: a multitail with all channels and an with the irc_shell
irc_shell - Input shell 

Input Shell:
/p - prints all "channels"
/s $SHORT_NAME - select the channel
/link <$SHORT_NAME> - Reads either the selectet channel or the actual channel for the last url, and opens it
