-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
Difference between revisions of "mirc/on events/on agent"
(→Example) |
(→See Also) |
||
Line 20: | Line 20: | ||
== See Also == | == See Also == | ||
+ | * [[List of on events - mIRC|mIRC Events]] | ||
+ | |||
* [[/gload command - mIRC|/gload]] | * [[/gload command - mIRC|/gload]] | ||
Revision as of 17:37, 23 July 2014
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