If multiple spaces are part of the 016 reply, they wouldn't be in $2- in the first place. $right($rawmsg,- $+ $pos($rawmsg,:,2)) or $regsubex($rawmsg,/(?:\S+ ){3}:/,) should have the spaces intact so it can be used instead of $2-.
Edit: minor correction. Also, the shorter $deltok($rawmsg,1,58) could be used instead, but that relies on the assumption that there won't be any multiple/trailing colons in $2-. The previously mentioned alternatives are more general/safe.
Last edited by qwerty; 22/06/07 10:24 PM.