within the even where $1 contains that string with the 2 nicks, this will echo to the status window the contents of each token within $1, so you know which one to use in your display, assuming each token is separated by a space character:

Code:
//var %j $numtok($1,32) | var %i 1 | while (%i <= %j) { echo -a token %i is $gettok($1,%i,32) | inc %i }

Last edited by maroon; 26/11/17 06:37 PM.