Ok I made this:
on *:text:*:?:{
if ( $nick == IdleRPG ) { tokenize 59 $1- | echo -t $1 | echo -t $2 | echo -t $3 | echo -t $4 | echo -t $5 | close -m $nick }
}
How could I improve the script that it doesn't repeat all the echoes?