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