Project

General

Profile

Actions

Added in 1.9.0

$rawmsg

Returns raw server line for events.

See also $rawbytes.

Example

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

Updated by Per Amundsen over 7 years ago · 4 revisions

Also available in: PDF HTML TXT