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

(Synopsis)
m
 
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>$parsetype</pre>
 
<pre>$parsetype</pre>
  
== Paramters ==
+
== Parameters ==
 
 
 
None
 
None
  
 
== Properties ==
 
== Properties ==
 
 
None
 
None
  
Line 17: Line 17:
 
{{mIRC compatibility|7.42}}
 
{{mIRC compatibility|7.42}}
  
== See Also ==
+
== See also ==
{{mIRC|/parseline}}
+
* {{mIRC|/parseline}}
{{mIRC|on parseline}}
+
* {{mIRC|on parseline}}
{{mIRC|$parseline}}
+
* {{mIRC|$parseline}}
[[Category:MIRC identifiers]]
+
{{mIRC identifier list}}
 +
[[Category:mIRC identifiers|parsetype]]

Latest revision as of 11:57, 22 September 2017

$parsetype return either "in" or "out" in the on parseline event depending on the nature of the line.


Synopsis[edit]

$parsetype

Parameters[edit]

None

Properties[edit]

None

Example[edit]

on *:parseline:*:*:echo -a $parsetype

Compatibility[edit]

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.


See also[edit]

[Expand]
v · d · e mIRC identifier list