Some people use that feature in loops, for example:

Code:
alias test {
  tokenize 32 1 2 3
  while ($0) { 
    echo -a $1-
    ;The following line will give an error if this feature is removed from mIRC.
    tokenize 32 $2-
  }
}


New username: hixxy