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

m (PatrolBot moved page $agentname identifier - mIRC to mirc/identifiers/$agentname: auto-move)
(ac)
Line 1: Line 1:
'''$agentname''' can be used in conjunction with the [[On agent - mIRC|ON AGENT Event]] in order to return the name of the Agent associated with the event.
+
{{mirc title|$agentname identifier}}'''$agentname''' can be used in conjunction with the {{mirc|on agent}} in order to return the name of the Agent associated with the event.
  
 
== Synopsis ==
 
== Synopsis ==
Line 17: Line 17:
  
 
== See Also ==
 
== See Also ==
* [[On agent - mIRC|ON AGENT Event]]
+
* {{mirc|on agent}}
 
+
* {{mirc|/gload}}
* [[/gload command - mIRC|/gload]]
+
* {{mirc|/gunload}}
 
+
* {{mirc|/gshow}}
* [[/gunload command - mIRC|/gunload]]
+
* {{mirc|/ghide}}
 
+
* {{mirc|/gmove}}
* [[/gshow command - mIRC|/gshow]]
+
* {{mirc|/gsize}}
 
+
* {{mirc|/gtalk}}
* [[/ghide command - mIRC|/ghide]]
+
* {{mirc|/gplay}}
 
+
* {{mirc|/gpoint}}
* [[/gmove command - mIRC|/gmove]]
+
* {{mirc|/gstop}}
 
+
* {{mirc|/gopts}}
* [[/gsize command - mIRC|/gsize]]
+
* {{mirc|/gqreq}}
 
+
* {{mirc|$agent}}
* [[/gtalk command - mIRC|/gtalk]]
+
* {{mirc|$agentstat}}
 
+
* {{mirc|$agentver}}
* [[/gplay command - mIRC|/gplay]]
 
 
 
* [[/gpoint command - mIRC|/gpoint]]
 
 
 
* [[/gstop command - mIRC|/gstop]]
 
 
 
* [[/gopts command - mIRC|/gopts]]
 
 
 
* [[/gqreq command - mIRC|/gqreq]]
 
 
 
* [[$agent identifier - mIRC|$agent]]
 
 
 
* [[$agentstat identifier - mIRC|$agentstat]]
 
 
 
* [[$agentver identifier - mIRC|$agentver]]
 

Revision as of 14:40, 6 January 2016

$agentname can be used in conjunction with the on agent in order to return the name of the Agent associated with the event.

Synopsis

$agentname

Parameters

None

Example

After the ON AGENT Event triggers, return the name of the Agent that just finished speaking

ON *:AGENT:echo -a $agentname has just finished speaking.

Compatibility

Added: mIRC v5.9

Addon On: 26/04/2001

See Also