View Single Post
Old 11-30-2003, 11:21 AM  
bounty
Senior Member
 
Join Date: Aug 2002
Posts: 529
Default

Quote:
Originally posted by neXus & fixed by bounty
--- rs.tcl ---

PHP Code:
set mins 60

proc prs 
{ } {
   global 
mins
   timer $mins prs
   rehash
}

timer $mins prs 
have fun
bounty
bounty is offline   Reply With Quote