How would I implement that?
The script does not work for me. I do not know why..
Got this: In remote
timerawaycheck 0 1000 { checkaway }
alias checkaway {
if %awaystatus != $true {
if $scon(1000).$idle >= 3600 {
scid -at1 /away Idle for at least an hour
set %awaystatus $true
}
}
}