This has gotten to be annoying.. Ok.. First.. I finally got my auto-away working after a help with some ppl from here.. then all suddenly it doesnt work nomore?? i mean i was idling 4 hrs earlier and my nick or autoaway didnt go off...

the code are here..

On *:Connect: {
.timer(autoaway) 0 10 awaychk
}
alias awaychk {
If ($idle > 2700) { nick %away.nick | /ns identify %away.system.nick.pass | amsg 14A15uto-14A15way after 45 mintues } | .timer(autoaway) off
}