do u want to make an away msg?

use this:
on *:text:*:?:{
if (%away.on == 1) {
msg $nick IM AWAY!
}
}