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
}