From WikiChip
Difference between revisions of "mirc/identifiers/$agentstat"
m (PatrolBot moved page $agentstat identifier - mIRC to mirc/identifiers/$agentstat: auto-move) |
m |
||
(One intermediate revision by one other user 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 == | ||
Line 13: | Line 14: | ||
== Example == | == Example == | ||
− | + | 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 == | ||
− | + | {{mirc compatibility|5.7}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | * [[ | + | == 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 06:07, 21 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
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]
- /gload
- /gunload
- /gshow
- /ghide
- /gmove
- /gsize
- /gtalk
- /gplay
- /gpoint
- /gstop
- /gopts
- /gqreq
- $agent
- $agentname
- $agentver
- on agent
mIRC identifier list