Chanstats v1.21 (15/6/97) for eggdrop 1.0/1.1 by Ernst =============================================================================== NOTE: Chanstats needs at least TCL version 7.6! If you are running 7.4, I recommend upgrading to the latest stable version, 7.6pl2, avaliable at ftp://ftp.sunlabs.com/pub/tcl. (recompile eggdrop after installing) Chanstats will write a HTML page containing several stats from any number of channels your egg-bot sits in. The stats generated in this version are: (more ideas welcome) - Current channel topic and who set it - Active bans on channel, creators and comments - How many users are on the channel (bots, ops, voiced and normal users) - A graph showing the channel today's usage hour by hour - Peak usage of the channel that day - Acummulated stats for today (joins, parts, kicks, nick changes, splits etc) - Bot uptime, time connected to server and time bot is in channel I have not tested it with the 1.1 series of eggdrop, but it was reported that it works fine without needing to change anything in the script. The script is commented, so changes can be done easily. If you do change something, *please let me know*. See example outputs at: http://dali.sti.com.br/~ernst/portugal/stats.htm and http://dali.sti.com.br/~ernst/brasil/stats.htm. If you have put the thing to run on your bot, let me know the address of the page that is generated, so I can take a look at it and include it in this list in later versions. Some pages I have already seen: #darkinn (Efnet) http://fremont.vegasnet.org/~parkerc/d.stats.html #brasil (Dalnet) http://www.sodre.net/sodre/stats.htm #brasil (IRCnet) http://dali.sti.com.br/~ernst/brasil/stats.htm #newbies (Dalnet) http://www.ecicnet.org/~bbbach/newbies-stats.htm #oasis (?) http://arts2-pc042.leeds.ac.uk:8090/~ajgb/stats.html #portugal (IRCnet) http://dali.sti.com.br/~ernst/portugal/stats.htm #thecrystalcave (Newnet) http://206.20.42.89/stats.htm #thejyhad (Efnet) http://fremont.vegasnet.org/~parkerc/j.stats.html WHATS NEW in 1.21: ================== * This is just a release for some cases where things didn't work well. If you've got v1.2 running, keep it and be happy (wait for 2.0) - fixed some bugs with the case of channel's name vs. chanstats' config - changed wordwrapping proc (some '{' '}' cases handled better, I think) - now remebers topic, its creator and time if it is not changed while bot is not in the channel (kicked, etc) - NEW: Option to change the default file extention from htm to another one. See 'set statsext "htm"' in config file