Quote:

anyway, u can store it before u /tokenize like:
on *:text:*:#:{
var %x = $1-
tokenize 45 $1
}


That completly void the point of tokenize. The idea he was saying what he shouldn't have to gettok one string, and have the luxury of using the $1, $2, $..., $N aliases. Its pointless to have to do $gettok(%x, 1, 32) just to have the please ur tokenizing the next string. You may have just kept the "to-be-0tokenized" string the same and use gettok.


-KingTomato