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

m
m (This identifier uses 0/1, not $true/$false.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{mirc title|$treebar identifier}}'''$treebar''' gives you the current state of the mIRC treebar.
+
{{mirc title|$treebar identifier}}The '''$treebar''' identifier returns 1 if the treebar is enabled in mIRC, 0 otherwise.
  
  
Line 15: Line 15:
 
<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>

Latest revision as of 12:15, 2 March 2024

The $treebar identifier returns 1 if the treebar is enabled in mIRC, 0 otherwise.


Synopsis[edit]

$treebar

Parameters[edit]

None

Properties[edit]

None

Results[edit]

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

Example[edit]

Echo the treebar status to the active window:

//echo -a $treebar

Compatibility[edit]

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[edit]

[Expand]
v · d · e mIRC identifier list