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

  ; Print the variable.
  /echox # %text
}