No because using $matchtokcs(%i,i,1,44) means it'll match the first token containing "i". Take at look at your variable again:
Quote:
%i = b Ban,e Except,I Invite,i Invite only


To match in the way you want you need to use $wildtokcs() like so (differences highlighted):
Quote:
//var %i = b Ban,e Except,I Invite,i Invite only | //echo -aet $gettok($wildtokcs(%i,i *,1,44),2-,32)


Edit: Damn you qwerty!

Last edited by starbucks_mafia; 17/02/07 04:44 PM.

Spelling mistakes, grammatical errors, and stupid comments are intentional.