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

m
m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The '''$agentstat''' identifier is used to retrieve the current status of your user-agent.
+
{{mirc title|$agentstat identifier}}The '''$agentstat''' identifier is used to retrieve the current status of your user-agent.
  
= Synopsis =
+
 
 +
== Synopsis ==
 
<pre>$agentstat</pre>
 
<pre>$agentstat</pre>
  
= Switches =
+
== Switches ==
 
None
 
None
  
= Results =
+
== Results ==
 
<span style="display: inline-block; width: 20px;">'''0'''</span>User-agent is currently busy speaking.
 
<span style="display: inline-block; width: 20px;">'''0'''</span>User-agent is currently busy speaking.
  
 
<span style="display: inline-block; width: 20px;">'''1'''</span>User-agent is ready for commands.
 
<span style="display: inline-block; width: 20px;">'''1'''</span>User-agent is ready for commands.
  
= Example =
+
== Example ==
'''Echo the current user-agent status to the active window'''
+
Echo the current user-agent status to the active window:
 
<source lang="mIRC">//echo -a $agentstat</source>
 
<source lang="mIRC">//echo -a $agentstat</source>
  
= Compatibility =
+
== Compatibility ==
Added: mIRC v5.7
+
{{mirc compatibility|5.7}}
 
 
Addon On: 02/02/2000
 
 
 
= See Also =
 
* [[/gload command - mIRC|/gload]]
 
 
 
* [[/gunload command - mIRC|/gunload]]
 
 
 
* [[/gshow command - mIRC|/gshow]]
 
 
 
* [[/ghide command - mIRC|/ghide]]
 
 
 
* [[/gmove command - mIRC|/gmove]]
 
 
 
* [[/gsize command - mIRC|/gsize]]
 
 
 
* [[/gtalk command - mIRC|/gtalk]]
 
 
 
* [[/gplay command - mIRC|/gplay]]
 
 
 
* [[/gpoint command - mIRC|/gpoint]]
 
 
 
* [[/gstop command - mIRC|/gstop]]
 
 
 
* [[/gopts command - mIRC|/gopts]]
 
 
 
* [[/gqreq command - mIRC|/gqreq]]
 
 
 
* [[$agent identifier - mIRC|$agent]]
 
 
 
* [[$agentname identifier - mIRC|$agentname]]
 
  
* [[On agent - mIRC|ON AGENT Event]]
+
== See also ==
 +
* {{mirc|/gload}}
 +
* {{mirc|/gunload}}
 +
* {{mirc|/gshow}}
 +
* {{mirc|/ghide}}
 +
* {{mirc|/gmove}}
 +
* {{mirc|/gsize}}
 +
* {{mirc|/gtalk}}
 +
* {{mirc|/gplay}}
 +
* {{mirc|/gpoint}}
 +
* {{mirc|/gstop}}
 +
* {{mirc|/gopts}}
 +
* {{mirc|/gqreq}}
 +
* {{mirc|$agent}}
 +
* {{mirc|$agentname}}
 +
* {{mirc|$agentver}}
 +
* {{mirc|on agent}}
 +
{{mIRC identifier list}}
 +
[[Category:mIRC identifiers|agentstat]]

Latest revision as of 07:07, 21 September 2017

The $agentstat identifier is used to retrieve the current status of your user-agent.


Synopsis[edit]

$agentstat

Switches[edit]

None

Results[edit]

0User-agent is currently busy speaking.

1User-agent is ready for commands.

Example[edit]

Echo the current user-agent status to the active window:

//echo -a $agentstat

Compatibility[edit]

Added: mIRC v5.7
Added on: 02 Feb 2000
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