From WikiChip
/unload Command - mIRC
< mirc‎ | commands

The /unload command is used to unload either an alias file or a script file.

Note: The command cannot unload the popups.ini file.

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]
v · d · e mIRC commands list