$rawmsgx » History » Revision 2
Revision 1 (Per Amundsen, 06/22/2014 01:56 PM) → Revision 2/4 (Per Amundsen, 06/27/2014 02:33 PM)
_Added in 1.9.3_ *$rawmsgx* Returns raw server line for server events. Same as [[$rawmsg]] but as in a consecutive spaced line. *Example* <pre> ;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 } </pre>