The $$1 in your $sline should just be 1

~ Edit ~

Also, I'm sure there's some regex way of removing all available prefixes...

Code:
alias npnick {
  while ($left($1,1) isin $prefix) tokenize 32 $right($1,-1)
  return $1
}


Whith this identifier you could use this...

Query $npnick($sline(@Chat.Win,1)) :query $npnick($sline(@Chat.Win,1))

Last edited by RoCk; 18/04/07 01:50 PM.