Actions
$rawmsgx » History » Revision 3
« Previous |
Revision 3/4
(diff)
| Next »
Per Amundsen, 08/06/2015 03:16 AM
Added in 1.9.3
$rawmsgx
Returns raw server line for events.
Same as $rawmsg but as a consecutive spaced line.
Example
;Listen to a channel text event
on *:TEXT:*:#:{
;Create variable with and without consecutive spaces
/var %text $rawmsgx vs $rawmsg
;Print the variable
/echox # %text
}
Updated by Per Amundsen about 10 years ago · 4 revisions