Another new script, this one stores events and sets channel topics and/or makes announcements on channels every xx minutes to show a countdown of when <event> will occur.
This script is loosely based on the date.tcl script I (re)did, but this one is specifically for doing countdowns.
...............................................................................................................................................................................
To set an event:
.tcd event <eventname> <MON> <DD> <YYYY> <HR:MN> <#chan:announce|topic|both> <event-description>
The date format is: JAN 01 2007 21:12 (time is in 24hr format)
The option for <#chan:announce|topic|both> means:
#channelname:make public announcements OR set topic OR do both
If you want to have the same event announced on multiple channels, simply enter the same event data with a DIFFERENT <eventname> and <#channelname:option>
Example:
.tcd event geddysbday jul 29 2007 21:12 #mychannel:both Geddy Lee's 53rd Birthday Party!
Script is available here:
http://members.dandy.net/~fbn/tcd.tcl.txt
I'll post it to the archive after a few days if no problems are found.