From WikiChip
Difference between revisions of "mirc/identifiers/$agentver"
m |
|||
Line 1: | Line 1: | ||
'''$agentver''' returns the current version of the installed Microsoft Agent. | '''$agentver''' returns the current version of the installed Microsoft Agent. | ||
− | = Synopsis = | + | == Synopsis == |
<pre>$agentver</pre> | <pre>$agentver</pre> | ||
− | = Switches = | + | == Switches == |
None | None | ||
− | = Results = | + | == Results == |
<span style="display: inline-block; width: 50px;">'''0'''</span>No agent is installed. | <span style="display: inline-block; width: 50px;">'''0'''</span>No agent is installed. | ||
<span style="display: inline-block; width: 50px;">'''vN.NN'''</span>Essentially the vN.NN will be the installed version of your agent. | <span style="display: inline-block; width: 50px;">'''vN.NN'''</span>Essentially the vN.NN will be the installed version of your agent. | ||
− | = Example = | + | == Example == |
'''Echo the current user-agent version to the active window''' | '''Echo the current user-agent version to the active window''' | ||
<source lang="mIRC">//echo -a $agentver</source> | <source lang="mIRC">//echo -a $agentver</source> | ||
− | = Compatibility = | + | == Compatibility == |
Added: mIRC v5.7 | Added: mIRC v5.7 | ||
Addon On: 02/02/2000 | Addon On: 02/02/2000 | ||
− | = See Also = | + | == See Also == |
* [[/gload command - mIRC|/gload]] | * [[/gload command - mIRC|/gload]] | ||
Revision as of 14:22, 23 June 2014
$agentver returns the current version of the installed Microsoft Agent.
Synopsis
$agentver
Switches
None
Results
0No agent is installed.
vN.NNEssentially the vN.NN will be the installed version of your agent.
Example
Echo the current user-agent version to the active window
//echo -a $agentver
Compatibility
Added: mIRC v5.7
Addon On: 02/02/2000