From WikiChip
Difference between revisions of "mirc/commands/unload"
m (PatrolBot moved page /unload command - mIRC to mirc/commands/unload: per new naming convention) |
m (bot: correcting title) |
||
Line 1: | Line 1: | ||
− | {{mIRC menu}} | + | {{mirc title|/unload Command}}{{mIRC menu}} |
The '''/unload''' command is used to unload either an alias file or a script file. | The '''/unload''' command is used to unload either an alias file or a script file. | ||
Revision as of 04:40, 4 January 2015
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
Template:mIRC menu The /unload command is used to unload either an alias file or a script file.
Note: The command cannot unload the popups.ini file.
Contents
Synopsis
/unload <-a|-nrs> <filename>
Switches
-aAllows you to unload a specific alias file.
-rsUnloads the specified script/remotes file.
-nProhibits the script file you are unloading from triggering any ON *:UNLOAD: events.
Examples
Unload a script file
/unload -rs myfile.mrc
Unload a script file and prevent it from triggering it's ON *:UNLOAD: event
/unload -rsn myfile.mrc
Unload an alias file
/unload -a myalias.mrc
See also
mIRC commands list