Project

General

Profile

$parms » History » Version 1

Per Amundsen, 03/25/2018 05:27 PM

1 1 Per Amundsen
_Added in 3.1_
2
3
*$parms*
4
5
Returns [[$1-]] in a consecutive spaced line.
6
7
_Same as [[$msgx]]._
8
9
*Example*
10
11
<pre>
12
; Listen to a channel text event.
13
on *:TEXT:*:#:{
14
  ;Create variable with and without consecutive spaces
15
  /var %text $parms vs $1-
16
17
  ; Print the variable.
18
  /echox # %text
19
}
20
</pre>