$rawbytes » History » Version 1
Per Amundsen, 08/14/2015 02:32 PM
| 1 | 1 | Per Amundsen | _Added in 1.9.0_ |
|---|---|---|---|
| 2 | |||
| 3 | *$rawbytes* |
||
| 4 | |||
| 5 | Returns raw server line for [[Scripting_Events|events]] prior to any decoding. |
||
| 6 | |||
| 7 | _See also [[$rawmsg]]._ |
||
| 8 | |||
| 9 | *Example* |
||
| 10 | |||
| 11 | <pre> |
||
| 12 | ; Listen to a channel text event |
||
| 13 | on *:TEXT:*:#:{ |
||
| 14 | ; Print the raw line message |
||
| 15 | /echo # Raw message is $rawbytes |
||
| 16 | } |
||
| 17 | </pre> |