Added in 1.9.0

$rawbytes

Returns raw server line for 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
}