From WikiChip
Difference between revisions of "mirc/commands/add"
< mirc‎ | commands

(Created page with "The '''/add command''' can be used to replace the currently loaded aliases, popups, commands, remote users, and events sections from the specified ini file. The ini file must ...")
 
(fixed format error)
Line 40: Line 40:
 
* [[$script identifier - mIRC|$script]]
 
* [[$script identifier - mIRC|$script]]
 
* [[$scriptdir identifier - mIRC|$scriptdir]]
 
* [[$scriptdir identifier - mIRC|$scriptdir]]
* [[load identifier - mIRC|load]]
+
* [[/load command - mIRC|/load]]
* [[reload identifier - mIRC|reload]]
+
* [[/reload command - mIRC|/reload]]
* [[save identifier - mIRC|save]]
+
* [[/save command - mIRC|/save]]
* [[unload identifier - mIRC|unload]]
+
* [[/unload command - mIRC|/unload]]
  
 
[[Category:mIRC commands]]
 
[[Category:mIRC commands]]

Revision as of 02:44, 1 December 2013

The /add command can be used to replace the currently loaded aliases, popups, commands, remote users, and events sections from the specified ini file. The ini file must be formatted the same way /save formats them.

This command was removed (Replaced by the /load command)

Synopsis

/add [-apuce] <file.ini>

Switches

  • -a - aliases
  • -p - popups
  • -u - remote users
  • -c - commands
  • -e - events

Parameters

  • <file.ini> - The initializations file to load the appropriate section from

Example

/add -a helpfulCmds.ini

Will output:

*** Added: Commands from c:mirchelpfulCmds.ini

Compatibility

Added: mIRC v3.3, v3.4

Added On: 21/06/1995

Removed: mIRC v3.8

Removed On:25/11/1995

Note: Individual switches were not taken into consideration.

See also