From WikiChip
Difference between revisions of "mirc/commands/gunload"
m |
|||
(18 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | The '''gunload command''' unloads any agent, | + | {{mirc title|/gunload Command}} |
+ | The '''gunload command''' unloads any agent, by its agent name, that has been previously loaded via the {{mIRC|/gload}}. | ||
== Synopsis == | == Synopsis == | ||
− | /gunload <name> | + | /gunload <name> |
+ | |||
+ | == Switches == | ||
+ | |||
+ | None | ||
== Parameters == | == Parameters == | ||
− | * '''<name>''' - The name that you used to reference the agent in the initial | + | * '''<name>''' - The name that you used to reference the agent in the initial {{mIRC|/gload}} call |
== Example == | == Example == | ||
− | <syntaxhighlight lang="mIRC">; Unload a previously loaded agent named | + | <syntaxhighlight lang="mIRC">; Unload a previously loaded agent named myagent |
/gunload myagent | /gunload myagent | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|5.7}} | |
− | |||
− | |||
− | |||
== See also == | == See also == | ||
* [[List of commands - mIRC|List of commands]] | * [[List of commands - mIRC|List of commands]] | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
− | * | + | * {{mIRC|/ghide}} |
− | + | * {{mIRC|/gshow}} | |
− | * | + | * {{mIRC|/gmove}} |
− | * | + | * {{mIRC|/gsize}} |
− | * | + | * {{mIRC|/gtalk}} |
− | * | + | * {{mIRC|/gplay}} |
− | * | + | * {{mIRC|/gpoint}} |
− | * | + | * {{mIRC|/gstop}} |
− | * | + | * {{mIRC|/gopts}} |
− | * | + | * {{mIRC|/gqreq}} |
− | * | + | * {{mIRC|$agentver}} |
− | * | + | * {{mIRC|$agentstat}} |
− | * | + | * {{mIRC|$agentname}} |
− | * | + | * {{mIRC|$agent}} |
− | * | + | {{mIRC command list}} |
− | |||
− | [[Category:mIRC commands]] | + | [[Category:mIRC commands|gunload command - mIRC]] |
Latest revision as of 17:05, 2 May 2023
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The gunload command unloads any agent, by its agent name, that has been previously loaded via the /gload.
Synopsis[edit]
/gunload <name>
Switches[edit]
None
Parameters[edit]
- <name> - The name that you used to reference the agent in the initial /gload call
Example[edit]
; Unload a previously loaded agent named myagent /gunload myagent
Compatibility[edit]
Added: mIRC v5.7
Added on: 02 Feb 2000
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
- List of commands
- List of identifiers
- /ghide
- /gshow
- /gmove
- /gsize
- /gtalk
- /gplay
- /gpoint
- /gstop
- /gopts
- /gqreq
- $agentver
- $agentstat
- $agentname
- $agent
mIRC commands list