Yes it is.. wink not that hard ether.. smile

Code:
on 1:connect: {
if (%auto_away == on) { .timer29 0 1 _autoaway }
}
on 1:input: {
 unset %_idle
}
alias _autoaway {
  inc %_idle
  if (%_idle >= %autoaway_idle) && ($away != $true) { autoaway }
}
alias autoaway
/ame is away, Idle-Away | away Idle-Away

just add the code to Remote, then add a value to:
%autoaway_idle

just remember that this one counts seconds.. so %autoaway_idle 60 will put you away after 1 minute

/set %autoaway_idle value

/set %auto_away on/off <<-- this will enable/disable the code.

Edit: I saw that you wanted it on no key press.. sorry, this one will go after your idle time on irc.. smirk

Last edited by sparta; 20/05/04 10:51 AM.