From WikiChip
Difference between revisions of "mirc/on events/on agent"
< mirc‎ | on events

m (ChipIt moved page On agent - mIRC to mirc/on events/on agent: corrected name)
(See Also)
Line 22: Line 22:
 
* [[List of on events - mIRC|mIRC Events]]
 
* [[List of on events - mIRC|mIRC Events]]
  
* [[/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|$agentstat}}
 
+
* {{mIRC|$agentver}}
* [[/gpoint command - mIRC|/gpoint]]
 
 
 
* [[/gstop command - mIRC|/gstop]]
 
 
 
* [[/gopts command - mIRC|/gopts]]
 
 
 
* [[/gqreq command - mIRC|/gqreq]]
 
 
 
* [[$agent identifier - mIRC|$agent]]
 
 
 
* [[$agentname identifier - mIRC|$agentname]]
 
 
 
* [[$agentstat identifier - mIRC|$agentstat]]
 
 
 
* [[$agentver identifier - mIRC|$agentver]]
 

Revision as of 10:48, 20 January 2016

The ON AGENT can be used in order to trigger events that you want to occur when an Agent has finished speaking.

Synopsis

ON <level>:AGENT:<commands>

Parameters

<level>This is the user level of the agent trigger. More than likely, you want this set to either * or 1.

<commands>This is the area in which you want to perform the commands to execute after an Agent has finished speaking.

Example

After an Agent finishes speaking, echoes that it finished

ON *:AGENT:echo -s agent finished talking

Compatibility

Added: mIRC v5.9

Addon On: 26/04/2001

See Also