From WikiChip
Difference between revisions of "mirc/identifiers/$parsetype"
(Created page with "{{mirc title|$parsetype Identifier}}'''$parsetype''' return either "in" or "out" in the {{mIRC|on parseline}} event depending on the nature of the line == Synopsis == <pre>$me...") |
(→Synopsis) |
||
Line 1: | Line 1: | ||
{{mirc title|$parsetype Identifier}}'''$parsetype''' return either "in" or "out" in the {{mIRC|on parseline}} event depending on the nature of the line | {{mirc title|$parsetype Identifier}}'''$parsetype''' return either "in" or "out" in the {{mIRC|on parseline}} event depending on the nature of the line | ||
== Synopsis == | == Synopsis == | ||
− | <pre>$ | + | <pre>$parsetype</pre> |
== Paramters == | == Paramters == |
Revision as of 07:09, 20 January 2016
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$parsetype return either "in" or "out" in the on parseline event depending on the nature of the line
Synopsis
$parsetype
Paramters
None
Properties
None
Example
on *:parseline:*:*:echo -a $parsetype
Compatibility
Added: mIRC v7.42
Added on: 17 Jul 2015
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.