
Here is short install procedure:

1. unpack impostor.pl

2. edit CONFIG section inside impostor.pl

3. make sure you have installed those perl modules:

		Time::HiRes
		IO::Socket::INET
		IO::Select
		IO::File
		Fcntl
		Data::Dumper
		Net::IRC

   IO::* and FCntl are usually in stock, the rest you can obtain from
   http://cpan.org
   
   you can also install those with:
   
   perl -MCPAN -e shell
   
   then follow initial questions and at the end type:
   
   install Time::HiRes
   install Net::IRC
   ...
   
4. get qstat (http://www.qstat.org)
   
   qstat is used for hsitory reasons, it will not be needed in future releases
   unpack and compile qstat. take just the binary `qstat' and save it in
   visible (path) location.
   finally set its location inside CONFIG section in impostor.pl
   
5. check make-resolve-data.sh, fix needed locations both inside this file and
   impostor.pl
   (this is optional and is used only for !etr, see notes inside impostor.pl)
   
6. run impostor.pl

   more or less that's all, if you have further questions or problems contact
   me at:
   
   Vladi Belperchinov-Shabanski <cade@biscom.net> <cade@datamax.bg>
   http://cade.datamax.bg/
   http://play.evrocom.net/cade/

   Good luck!
