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

m (bot: correcting title)
m
Line 1: Line 1:
{{mirc title|$treebar Identifier}}The '''$treebar''' identifier gives you the current state of the mIRC treebar.
+
{{mirc title|$treebar identifier}}'''$treebar''' gives you the current state of the mIRC treebar.
  
= Synopsis =
+
== Synopsis ==
 
<pre>$treebar</pre>
 
<pre>$treebar</pre>
  
= Switches =
+
== Parameters ==
 
None
 
None
  
= Results =
+
== Properties ==
<span style="display: inline-block; width: 30px;">'''0'''</span>The treebar is currently off.
+
None
  
 +
== Results ==
 +
<span style="display: inline-block; width: 30px;">'''0'''</span>The treebar is currently off.<br />
 
<span style="display: inline-block; width: 30px;">'''1'''</span>The treebar is currently on.
 
<span style="display: inline-block; width: 30px;">'''1'''</span>The treebar is currently on.
  
 
= Example =
 
= Example =
'''Echo the treebar status to the active window'''
+
Echo the treebar status to the active window:
 
<pre>//echo -a $treebar</pre>
 
<pre>//echo -a $treebar</pre>
  
Line 23: Line 25:
 
* [[List of identifiers - mIRC|List of identifiers]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 
* {{mIRC|/treebar}}
 
* {{mIRC|/treebar}}
 +
* {{mIRC|$switchbar}}
 +
* {{mIRC|$toolbar}}
 
{{mIRC identifier list}}
 
{{mIRC identifier list}}
  
[[Category:MIRC identifiers]]
+
[[Category:mIRC identifiers|treebar]]

Revision as of 17:06, 22 September 2017

$treebar gives you the current state of the mIRC treebar.

Synopsis

$treebar

Parameters

None

Properties

None

Results

0The treebar is currently off.
1The treebar is currently on.

Example

Echo the treebar status to the active window:

//echo -a $treebar

Compatibility

Added: mIRC v6.32
Added on: 21 May 2008
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also

[Expand]
v · d · e mIRC identifier list