From WikiChip
Difference between revisions of "mirc/identifiers/$rawmsg"
< mirc‎ | identifiers

(Example)
Line 1: Line 1:
{{mirc title|$rawmsg Identifier}}'''$rawmsg''' return the raw server line inside an event generated by an IRC server.
+
{{mirc title|$rawmsg Identifier}}'''$rawmsg''' return the raw server line inside an event generated by an IRC server, after mIRC decoded (utf8).
  
 
This can be pretty useful if you need to get the spaces preserved, which are lost in $1-
 
This can be pretty useful if you need to get the spaces preserved, which are lost in $1-
Line 22: Line 22:
  
 
== See Also ==
 
== See Also ==
 +
{{mIRC|$rawbytes}}
 
[[Category:MIRC identifiers]]
 
[[Category:MIRC identifiers]]

Revision as of 11:01, 3 October 2015

$rawmsg return the raw server line inside an event generated by an IRC server, after mIRC decoded (utf8).

This can be pretty useful if you need to get the spaces preserved, which are lost in $1-

Synopsis

$rawmsg

Paramters

None

Properties

None

Example

on *:text:*:#:echo -a $rawmsg

Compatibility

Added: mIRC v6.1
Added on: 29 Aug 2003
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

$rawbytes