on *:text:$($+(*,$me,*)):*:{
; check if the variable for away is set
if %awayvariable {
; check if $nick has been told in the last 5 mins
if !%away. [ $+ [ $site ] ] { msg $iif($target ischan,#,$nick) I'm away right now $nick }
inc -u300 %away. $+ $site
}
}