From WikiChip
Difference between revisions of "mirc/identifiers/$rawmsg"
(Created page with "{{mirc title|$rawmsg Identifier}}'''$rawmsg''' return the raw server line inside an event generated by an IRC server. This can be pretty useful if you need to get the spaces ...") |
m |
||
(2 intermediate revisions by 2 users not shown) | |||
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 6: | Line 6: | ||
<pre>$rawmsg</pre> | <pre>$rawmsg</pre> | ||
− | == | + | == Parameters == |
− | |||
None | None | ||
== Properties == | == Properties == | ||
− | |||
None | None | ||
== Example == | == Example == | ||
− | <source lang="mIRC"> | + | <source lang="mIRC">on *:text:*:#:echo -a $rawmsg</source> |
== Compatibility == | == Compatibility == | ||
Line 21: | Line 19: | ||
== See Also == | == See Also == | ||
− | [[Category: | + | * {{mIRC|$rawbytes}} |
+ | {{mIRC identifier list}} | ||
+ | [[Category:mIRC identifiers|rawbytes]] |
Latest revision as of 13:16, 22 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$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[edit]
$rawmsg
Parameters[edit]
None
Properties[edit]
None
Example[edit]
on *:text:*:#:echo -a $rawmsg
Compatibility[edit]
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[edit]
mIRC identifier list