=============================================================================
 CHATLog v1.04
=============================================================================

 CHATLog is for Unreal Tournament server admins. It will log all the
 conversations on your UT server including date and time. This is a feature
 that should have been in the original Unreal Tournament release...
 The output to your log file looks like this:

 [2000-06-30 22:24] [7/10] IamAplayer : defend suckers

 meaning:
 [year-month-day time] [total_players/max_players] player_name : message

 (See history at the bottom of this file for changes in this version)

-----------------------------------------------------------------------------
 Features
-----------------------------------------------------------------------------

 * Logging of the chats to your default log file
 * Adds date/time to the logging
 * Works with ngworldstats! (so it is NOT counted as a mod)
 * Display's number of connected users


-----------------------------------------------------------------------------
 Requirements
-----------------------------------------------------------------------------

 * Unreal Tournament (all versions)
 * eh..that's it


-----------------------------------------------------------------------------
 Installation on Windows 95 / 98 / NT / 2000
-----------------------------------------------------------------------------

 * Run SETUP.EXE
 * Locate your UnrealTournament SYSTEM directory
 * Select the INI file you use for your server (could be UnrealTournament.ini
   or server.ini or whatever..)
 * Done


-----------------------------------------------------------------------------
 Installation on other platforms
-----------------------------------------------------------------------------

 * Copy CHATLOG.U to your UNREALTOURNAMENT\SYSTEM\ directory
 * Open your server INI file (UNREALTOURNAMENT.INI or SERVER.INI)
 * Find the following header:

   [Engine.GameEngine]

 * Now add the following line after the latest ServerActors:
   
   ServerActors=chatlog.chatlog_mutator


-----------------------------------------------------------------------------
 History
-----------------------------------------------------------------------------

 This started with a program called ChatLogger I found on The Admin Page.
 (http://www.planetunreal.com/theadminpage ...very cool place!)
 It was made by Jack Porter (credits to him!!). Problem was it only
 logged the conversations without date/time. It also generated alot of
 'accessed nones' which are script errors. That's why I tried optimizing
 the source code. Another problem: I was just learning Unreal Script and
 it was all so frustrating :) After a few terrible days I found out that
 I had to rebuild the entire code. I learned more and more about Unreal
 Scripting. Anyway I can now say that CHATLog is highly optimized and
 works great!

 * Version 1.04

   -Added number of users connected
   -Webadmin isn't needed anymore for logging
   -Also works on listen-servers
   -Tried logging to separate file, seems impossible :(

 * Version 1.0

   -Chatlogging to default log file
   -Added date/time function

-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
For the latest version, checkout Pilletje's Home
HTTP://PARTY.NL.EU.ORG
CHATLog was created by Rene Kemp (rene@direct.a2000.nl)
