This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post . Click the X in the top right-corner of this box to dismiss this message.
Help for those learning Tcl or writing their own scripts.
furious
Voice
Posts: 14 Joined: Mon Jan 16, 2006 11:44 am
Contact:
Post
by furious » Wed Feb 08, 2006 7:44 pm
Ok rehashing doesn't work lol but restarting the bot does. So that will do for now. Thanks for all of your help, I appreciate it bunches.
Sir_Fz
Revered One
Posts: 3794 Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:
Post
by Sir_Fz » Wed Feb 08, 2006 8:50 pm
furious wrote: Ok rehashing doesn't work lol but restarting the bot does. So that will do for now. Thanks for all of your help, I appreciate it bunches.
Rehashing does work since loglist will be reset to the contents of the file (which you edited).
Code: Select all
if {[file exists scripts/trackingscript.log]} {
set loglist [split [read [set file [open scripts/trackingscript.log]]][close $file] \n]
}