Networking :: Scrollz, IRC client



ftp.scrollz.com     Configures and installs in DSL without a hitch.
note:  I put a script in usr/local/bin called "irc," which loads the program:

#!/bin/bash
IRCNICK="somename"
IRCSERVER="irc.debian.org"
export IRCNICK IRCSERVER
scrollz

I put the compiled files & script into "scrollz.tar.gz" to load from the mydsl panel.


original here.