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

m (PatrolBot moved page $agentstat identifier - mIRC to mirc/identifiers/$agentstat: auto-move)
(ac)
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 ==
Line 17: Line 17:
  
 
== Compatibility ==
 
== Compatibility ==
Added: mIRC v5.7
+
{{mirc compatibility|5.7}}
 
 
Addon On: 02/02/2000
 
 
 
 
== See Also ==
 
== See Also ==
* [[/gload command - mIRC|/gload]]
+
* {{mirc|/gload}}
 
+
* {{mirc|/gunload}}
* [[/gunload command - mIRC|/gunload]]
+
* {{mirc|/gshow}}
 
+
* {{mirc|/ghide}}
* [[/gshow command - mIRC|/gshow]]
+
* {{mirc|/gmove}}
 
+
* {{mirc|/gsize}}
* [[/ghide command - mIRC|/ghide]]
+
* {{mirc|/gtalk}}
 
+
* {{mirc|/gplay}}
* [[/gmove command - mIRC|/gmove]]
+
* {{mirc|/gpoint}}
 
+
* {{mirc|/gstop}}
* [[/gsize command - mIRC|/gsize]]
+
* {{mirc|/gopts}}
 
+
* {{mirc|/gqreq}}
* [[/gtalk command - mIRC|/gtalk]]
+
* {{mirc|$agent}}
 
+
* {{mirc|$agentname}}
* [[/gplay command - mIRC|/gplay]]
+
* {{mirc|$agentver}}
 
+
* {{mirc|on agent}}
* [[/gpoint command - mIRC|/gpoint]]
 
 
 
* [[/gstop command - mIRC|/gstop]]
 
 
 
* [[/gopts command - mIRC|/gopts]]
 
 
 
* [[/gqreq command - mIRC|/gqreq]]
 
 
 
* [[$agent identifier - mIRC|$agent]]
 
 
 
* [[$agentname identifier - mIRC|$agentname]]
 
 
 
* [[$agentver identifier - mIRC|$agentver]]
 
 
 
* [[On agent - mIRC|ON AGENT Event]]
 

Revision as of 14:54, 6 January 2016

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

Synopsis

$agentstat

Switches

None

Results

0User-agent is currently busy speaking.

1User-agent is ready for commands.

Example

Echo the current user-agent status to the active window

//echo -a $agentstat

Compatibility

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