You could make your own identifier for it.

Example:
Code:
alias comchans { var %n = 1, %poop | while ($comchan($$1,%n)) { %poop = $addtok(%poop,$ifmatch,32) | inc %n } | return %poop }


And use it like $comchans(nickname)

Hope that helps smile.