Actions
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 }
Updated by Per Amundsen almost 8 years ago · 2 revisions