Project

General

Profile

$rawmsgx » History » Version 1

Per Amundsen, 06/22/2014 01:56 PM

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