I got the cleanup.tcl from the TCL-Archive.
It deleted all users that hasnt been seen last 60days.
if {[lindex [getuser $hand LASTON] 0] < [expr [unixtime] -
5184000]} {
This is the line.
How can I set the unixtime so it checks last 30 or 40 days.
I dont know the number for that
Please help, thanks.