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.

Tracking Script

Help for those learning Tcl or writing their own scripts.
f
furious
Voice
Posts: 14
Joined: Mon Jan 16, 2006 11:44 am
Contact:

Post by furious »

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. :D
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

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. :D
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]
}
Post Reply