$msgx » History » Revision 3
Revision 2 (Per Amundsen, 06/22/2014 01:55 PM) → Revision 3/4 (Per Amundsen, 01/18/2017 07:19 AM)
_Added in 1.9.3_ *$msgx* Returns $1- in a consecutive spaced line. *Example* <pre> ; Listen ;Listen to a channel text event. event on *:TEXT:*:#:{ ;Create variable with and without consecutive spaces /var %text $msgx vs $1- ; Print ;Print the variable. variable /echox # %text } </pre>