Project

General

Profile

$rawmsgx » History » Revision 3

Revision 2 (Per Amundsen, 06/27/2014 02:33 PM) → Revision 3/4 (Per Amundsen, 08/06/2015 03:16 AM)

_Added in 1.9.3_ 

 *$rawmsgx* 

 Returns raw server line for [[Scripting_Events|events]]. server events. 

 Same as [[$rawmsg]] but as 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>