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

(Created page with "{{mirc title|$agent Identifier}}'''$agent''' returns the filename of the Nth available agent installed on your system. == Synopsis == <pre>$agent(N).property</pre> == Paramt...")
 
(Properties)
Line 14: Line 14:
 
! Property !! Description
 
! Property !! Description
 
|-
 
|-
| '''char''' || Returns the character name of the specified .
+
| '''hide''' || Returns {{mIRC|$true}} if the agent is hidden, {{mIRC|$false}} otherwise.
 +
|-
 +
| '''char''' || Returns the character name of the Nth agent.
 
|}
 
|}
 
  
 
== Example ==
 
== Example ==

Revision as of 14:18, 17 December 2015

$agent returns the filename of the Nth available agent installed on your system.

Synopsis

$agent(N).property

Paramters

None

Properties

Property Description
hide Returns $true if the agent is hidden, $false otherwise.
char Returns the character name of the Nth agent.

Example

//echo -a $agent(0)

Compatibility

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

$agentname $agentopts $treebar