-
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
/unload Command - mIRC
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
- mIRC Installation
- Virtual profile
- Playing music
- Unicode
- IPv6
- Optimization
- Threads
- DCC Protocols
- Line Length Limit
- Font rendering
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
[hide]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]
[Expand]