Information: This script logs kills seen in the channel to a log file and generates an HTML file. Changes log for KillLog.tcl: Version 2.5 * Released to the public from the |DAWG| Tcl web site. * Removed the putlog when a nick is killed. * Code cleanups. * Added database trimmig support. * Added template support. * 2.5.1: Bug fixes. Version 2.4 * Released to the public from the |DAWG| Tcl web site. * Added a command for manually updating the kill log page. * Updated documentation. * Optimized page generation. Version 2.3 * Released to the public from the |DAWG| Tcl web site. * Yet more bugs... Everything should work now. Version 2.2 * Released to the public from the |DAWG| Tcl web site. * Fixed "TCL error [killlog_log]: can't read "killlog_setting(text color)": no such element in array" * Added support for Tcl 8.0.5. Version 2.1 * Released to the public from the |DAWG| Tcl web site. * Made the text log more readable. * HTML is now generated when the page is created, saving database filesize, and allowing changes to page colors and layout without clearing the databases. Version 2.0 * Released to the public from the |DAWG| Tcl web site. * Bug fixes. * Added logging of Akills, Klines, and SVSKills. Version 1.9 * Released to the public from the |DAWG| Tcl web site. * Added the option to disable the KILLLOG: and use of bold in DCC chat. Version 1.8 * Released to the public from the |DAWG| Tcl web site. * Fixed a bug with ghost logging. Version 1.7 * Released to the public from the |DAWG| Tcl web site. * Minor documentation updates. * Put all configuration settings into an array to save code. * Optimized code for detecting a kill. * Removed PHP support, PHP natively supports HTML. Version 1.6 * Released to the public from the |DAWG| Tcl web site. * Added version checking so the script will not attempt to run on anything but eggdrop 1.6.x. Version 1.5 * Released to the public from the |DAWG| Tcl web site. * Now supports PHP. * Added meta tags to the generated page. * You can now change the output colors for the HTML/PHP page. * The time of the last HTML/PHP update is now appended to the bottom of the page. Version 1.4 * UnReleased * Fixed some compatibility issues. * Fixed some formatting bugs. * Added an option to not log ghost kills from NickServ. Version 1.3 * Released to www.egghelp.org * Bug fixes.