AG irc bot 0.1 
--------------

What's that ? it s an perl script capable to broadcast on a IRC channel what's happen in real time on a AG MOD server.
Useful to follow a match.

Pre - Installation :
--------------------

If you run Win32 server, you need to have a perl interpreter. To grab one try this URL :
http://www.cpan.org/ports/index.html#win32
and install it. 
Linux server should have it in standard. If it s not the case try this url : 
http://www.cpan.org/ports/index.html  (need to be root ) 


Installation :
--------------
You need to edit the Ag_bot file to custom it.

$irc_address 	= "irc.barrysworld.com";   <--- IRc server to connect 
$irc_port	= 6667;			<---- Irc port  ( 6667 is standard port ) 
$irc_nickname	= "AG_HLbot";         <---- Bot name 
$irc_nickname2	= "AG_HLbot_";        <---- Bot 2nd name 
$irc_channel 	= "#AGBOT";              <---- Irc channel where bot broadcast 

$hostname       = "AG server #1";     <---- The hostname of your server.

don't touch other line. 

Preparing server : 
------------------

on the AG mod server himself set these parameters 
logaddress 127.0.0.1 28889 
and type :  
log on  
to active logging 

note : you can also use rcon cmd to set these parameter.

Running bot : 
-------------
under windows : run a dos/console windows. go to the bot dir and type "perl ag_bot" 
under linux : in a bash shell, got to the bot dir and type "perl ag_bot &"

Enjoy it. if you got any problem email me at Saturn48@pmers.net

