######################################################
# CS-iRA.tcl                        krk.2y.net:8080  #
#                                   www.kraefte.org  #
# meigrafd                          (c) 2001 May 03  #
# EMail                            meigrafd@gmx.net  #
######################################################
#### CounterStrike-iRC Reporting & Administration ####

 for Eggdrop 1.3x and higher (tested only on 1.3.8)
 for use with HLDS_LD
 (get hlds_ld on http://www.halflife.org/linuxhlds/)

 This script is not for novices.
 You will need to understand some Tcl to use it.

 DESCRIPTION:
  As the name suggests, this is an CounterStrike Server
  Echo script, which allows your bot to echo anything
  what happens on your CS-Server to one (ore more) iRC
  Channels.
  Also this script contains many features which allow
  to add Clan-Members to this bot to get AutoOPed on
  all Channels this bot is on and many other things

  Just try !hlhelp
                                    (first read SETUP)

### SETUP

 Copy the files cs-ira.tcl and cs-ira.config
 to your scripts/ dir

 cp cs-ira.* ~/bot/scripts/

 Edit the file cs-ira.config ! There you find all settings!

 pico cs-ira.config

 To Setup this script to your eggdrop, simple put the line

  source scripts/cs-ira.tcl
 
 to your eggdrop.conf
 
 You MUST read cs-ira.config !

##

 Also compile some files to use the !hlinfo and other stuff!

 For that read INSTALL_HLINFO

##

 Also you must have the Global flags +HS on your Bot
 to use all this Stuff!

 .chattr <your_handle> +HS

##

 NOTE: Please Report Bugs/ideas to meigrafd@gmx.net

##

When you whant to use the addons, simple copy the cs-ira_addon* files to your
scripts dir.
  
cp cs-ira_addon* ~/bot/scripts/
 
NOTE: for the updater addon u MUST copy the http.tcl file to your scripts dir!

##

 If you want to use the PunkBuster scripts, copy the dir
 pb/ to your scripts/ dir

 cp -r pb/ ~/bot/scripts/

 And put the file cs-ira_addon-pb.tcl in your scripts dir too...

##

Also you must have the file libtclx*.so
Just find it with:

locate libtclx

and put the full path to the setting located in cs-ira.config

###
