Thank you for the reply! Not sure why I left the $ in there, probably left over when I was experimenting.

That code messages back one line but doesn't grab all the variables set. It also cuts off the first word. For example I have:

%status-user user is on task2
%status-user2 user2 is on task2

These were set via:
on *:TEXT:@on*:*:/set %status- $+ $nick $nick is on $2-

When someone types @status I'd like it to msg all the variables beginning with "%status-"

"user1 is on task1"
"user2 is on task2"

I'm positive there is most likely a much more simple way to go about this task.

Last edited by poxin; 06/03/13 02:35 AM.