_Added in 3.1_ *$parms* Returns [[$1-]] in a consecutive spaced line. _Same as [[$msgx]]._ *Example*
; Listen to a channel text event.
on *:TEXT:*:#:{
;Create variable with and without consecutive spaces
/var %text $parms vs $1-
; Print the variable.
/echox # %text
}