oh dear. $Maybe I congratulated you too soon.
Your example works fine as an alias, but when called as a custom identifier I still have the same problem.
eg. if i have the following alias
Code:
alias braces {  return $regsubex($1,/{.*?>}g,) }
then this input
Code:
//say $braces({he llo} you {} there {tag} whatsup?)
it works fine.
But make the input
Code:
//say $braces({he llo } you {} there {tag} whatsup?)
and an error is returned.

mIRC doesn't handle spaces very well, does it?


-
Just because it never happened doesn't mean it isn't true.