_Added in 1.9.0_ *$rawbytes* Returns raw server line for [[Scripting_Events|events]] prior to any decoding. _See also [[$rawmsg]]._ *Example*
; Listen to a channel text event.
on *:TEXT:*:#:{
  ; Print the raw line message.
  /echo # Raw message is $rawbytes
}