Server push Addon for e_Chat 4.1 - Installation Instructions

	This script changes the way that the basoc refresh function works in e_Chat.  The good news is that most messages appear one by one, with no page refresh, much like IRC.  The bad news is that it ties up a server port, and runs an extended Perl process, and some servers won't appreciate it.  On big fast servers, it should be fine.  Small servers with limited ports, it will probably not be allowed.


Setup

	1.) Top line - should point to Perl - (#!/usr/local/bin/perl) usually works for Unix)

	2.) Upload the script to the same location as your other scripts, and chmod 755.

	3.) On Unix, e_Chat 4.1 should detect this addon and modify its links accordingly.  If the autodetect doesn't seem to work, or you're setting this up on NT, change the line in echat40.cgi, from:

	$srvrpush = '';

to:

	$srvrpush = '1';

	You can change the optional variables to suit you taste, but be sure you understand what each one does before make any change permanent.

Mike