From WikiChip
Difference between revisions of "mirc/commands/gstop"
(Created page with "The '''gstop command''' stops an agent from doing what he is currently doing and removes all queued requests for the agent. == Synopsis == /gstop -ch <name> [talk play] == ...") |
(→Example) |
||
Line 16: | Line 16: | ||
<syntaxhighlight lang="mIRC">;Load the default agent on your system | <syntaxhighlight lang="mIRC">;Load the default agent on your system | ||
/gload myagent default | /gload myagent default | ||
− | ; | + | ;Stop current action |
− | / | + | /gstop -c myagent |
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 20:16, 22 December 2013
The gstop command stops an agent from doing what he is currently doing and removes all queued requests for the agent.
Synopsis
/gstop -ch <name> [talk play]
Switches
- -h - Prevents the agent from poping up if mIRC is minimized and -h has been used in /gload to load that agent.
- -c - Only stops the current action.
Parameters
- <name> - The name used in /gload to reference that agent.
- [talk] - Stops talk requests
- [play] - Stops play requests
Example
;Load the default agent on your system /gload myagent default ;Stop current action /gstop -c myagent
Compatibility
Added: mIRC v5.7
Added On: 02/02/2000
Note: Individual switches were not taken into consideration.