From WikiChip
Difference between revisions of "mirc/commands/unload"
m (Bot: Adding a template) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{mirc title|/unload Command}} |
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. | ||
''Note:'' The command cannot unload the ''popups.ini'' file. | ''Note:'' The command cannot unload the ''popups.ini'' file. | ||
− | = Synopsis = | + | == Synopsis == |
<pre>/unload <-a|-nrs> <filename></pre> | <pre>/unload <-a|-nrs> <filename></pre> | ||
− | = Switches = | + | == Switches == |
− | + | * '''-a''' - Allows you to unload a specific alias file. | |
+ | * '''-rs''' - Unloads the specified script/remotes file. | ||
+ | * '''-n''' - Prohibits the script file you are unloading from triggering any ''ON *:UNLOAD:'' events. | ||
− | + | == Parameters == | |
− | + | * '''<filename>''' - filename to load | |
− | = Examples = | + | |
+ | == Examples == | ||
'''Unload a script file''' | '''Unload a script file''' | ||
<pre>/unload -rs myfile.mrc</pre> | <pre>/unload -rs myfile.mrc</pre> | ||
Line 30: | Line 33: | ||
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|unload command - mIRC]] |
Latest revision as of 23:30, 3 May 2023
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
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[edit]
/unload <-a|-nrs> <filename>
Switches[edit]
- -a - Allows you to unload a specific alias file.
- -rs - Unloads the specified script/remotes file.
- -n - Prohibits the script file you are unloading from triggering any ON *:UNLOAD: events.
Parameters[edit]
- <filename> - filename to load
Examples[edit]
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[edit]
mIRC commands list