Information: This script logs all events from a host to a file. When used on DALnet or another network that supports WATCH, you can use the .hostspy addwatch command to monitor when a user logs on or off of the irc server. Changes log for HostSpy.tcl: Version 1.8 * Released to the public from the |DAWG| Scripting Team website. * Removed die lines. * Now uses only one logfile. * Combined WATCH procs. * Code cleanups. Version 1.7 * Released to the public from the |DAWG| Scripting Team website. * Fixed some places where I was using list operations on strings. Version 1.6 * Released to the public from the |DAWG| Scripting Team website. * Bug fixes. Version 1.5 * Released with e-mail authorization from the |DAWG| Scripting Team website. * Added the option to disable bold and/or the HOSTSPY: prefix in DCC chat messages. Version 1.4 * Got lost somewhere... Version 1.3 * Released with e-mail authorization from the |DAWG| Scripting Team website. * Added version checking so the script will not attempt to run on anything but eggdrop 1.6.x. * Renamed all putidx commands to putdcc for forward-compatibility reasons. * Put all configuration settings into an array to save code. * Removed some unused globals. * Cleaned up code in watch procs. Version 1.2 * Released with e-mail authorization from the |DAWG| Scripting Team website. * Merged all of the script's commands into one .hostspy syntax. * Optimized logging considerably. * Fixed a regsub bug causing ? masks in hosts to crash. Version 1.1 * Released to the public from the |DAWG| Scripting Team website. * Fixed an array bug preventing you from having more than one spy entry.