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

m (Bot: Adding a template (template:mIRC identifier list))
m (This identifier uses 0/1, not $true/$false.)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The '''$treebar''' identifier 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.
  
= 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>
 +
 +
== Compatibility ==
 +
{{mIRC compatibility|6.32}}
  
 
= See also =
 
= See also =
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 
* [[List of identifiers - mIRC|List of identifiers]]
* [[/treebar command - mIRC|/treebar]]
+
* {{mIRC|/treebar}}
 +
* {{mIRC|$switchbar}}
 +
* {{mIRC|$toolbar}}
 
{{mIRC identifier list}}
 
{{mIRC identifier list}}
  
[[Category:MIRC identifiers]]
+
[[Category:mIRC identifiers|treebar]]

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