Added in 1.9.0

$rawmsg

Returns raw server line for events.

Example

;Listen to a channel text event
on *:TEXT:*:#:{
  ;Print the raw line message
  /echo # Raw message is $rawmsg
}