Just so you know, if you ever have trouble because a character you need to parse or whatever is a character mIRC uses for a delmiter or command prefix or whatever, all y ou have to do is use the $chr equivalent.

: = $chr(58)

You can use $asc to fine the character value. $asc(:) = 58.