-
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/commands/unload"
m |
(added see also and category) |
||
Line 22: | Line 22: | ||
'''Unload an alias file''' | '''Unload an alias file''' | ||
<pre>/unload -a myalias.mrc</pre> | <pre>/unload -a myalias.mrc</pre> | ||
+ | |||
+ | == See also == | ||
+ | * [[List of commands - mIRC|List of commands]] | ||
+ | * [[List of identifiers - mIRC|List of identifiers]] | ||
+ | * [[/load command - mIRC|/load]] | ||
+ | |||
+ | [[Category:mIRC commands]] |
Revision as of 22:06, 22 June 2014
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