I've noticed a couple bugs the newest version of mirc seems to be having.
The first one has to do with the $numtok.
//tokenize 32 -----This is a test! | echo -a $numtok($1-,45)
The echo returns 1, and not 5. However, if I do...
//tokenize 32 -----This is a-test! | echo -a $numtok($1-,45)
That returns 2, and not 6.
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
The next bug has to do with aliases, and the $chr(44). When returning text from an alias it never returns any "," that are in the text...
alias textreturn {
var %x = $1-
return %x
}
When I enter...
//tokenize 32 This is a test, 123456789 | echo -a $textreturn($1-)
it returns...
I do not have any other scripts loaded. However, I'm getting these errors.