Quick Install
=============

The following Perl modules are required..

Curses::          For the yummy screen layout

  Tested with version 1.02

  Downloadable from http://www.perl.com/cpan/

Net::IRC          For IRC support

  Tested with versions 0.62 and 0.63

  Downloadable from http://www.perl.com/cpan/

  And get the following amended files:
  http://www.secret.com.au/progs/andychat/Connection.pm
  http://www.secret.com.au/progs/andychat/Event.pm

Term::ReadKey     For key input routines

  Tested with version 2.14

  Downloadable from http://www.perl.com/cpan/

Time::HiRes       For high resolution time()

  Downloadable from http://www.perl.com/cpan/

--

Install all the above modules, using the standard:

perl Makefile.PL
make
make test

(read module docs for more info)

Finally, edit andychat.ini and change any relevant info (mainly 
the nick) and

perl schpati000.pl

--

BTW, make sure you're a user when running the proggie.  Just to
ease some security concerns for you and for the server you're
connecting to :)
