Yep, good thinking.
I prefer the way you use $eval too, think I'm gonna use it more often rather than $+, saves some bytes too.
For Lethpaos:
What was once your big code is now reduced to:
on *:text:*:?:{
if $nick == IdleRPG {
tokenize 59 $1-
var %a
echo -t 4STATUS reply @ #Idle-RPG:
scon -r inc $(%a |,) set $(%idlerpg_ $+ %a,) $* $(|) echo -t -> $*
}
else echo -t 4PM from $nick -> $1-
close -m $nick
}
Greets