From WikiChip
Difference between revisions of "mirc/commands/add"
(→Switches) |
|||
(15 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Deprecated feature|new= | + | {{mirc title|/add Command}} |
+ | {{Deprecated feature|new={{mIRC|/load}}}} | ||
− | The '''/add | + | The '''/add''' command could previously 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. |
== Synopsis == | == Synopsis == | ||
Line 15: | Line 16: | ||
== Parameters == | == Parameters == | ||
− | * '''<file.ini>''' - The initializations file to load the appropriate section from | + | * '''<file.ini>''' - The initializations file to load the appropriate section from. |
== Example == | == Example == | ||
Line 25: | Line 26: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|3.3}} | |
− | |||
− | |||
Removed: mIRC v3.8 | Removed: mIRC v3.8 | ||
Removed On:25/11/1995 | Removed On:25/11/1995 | ||
− | |||
− | |||
== See also == | == See also == | ||
* [[List of commands - mIRC|List of commands]] | * [[List of commands - mIRC|List of commands]] | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
− | * | + | * {{mIRC|$script}} |
− | * | + | * {{mIRC|$scriptdir}} |
− | * | + | * {{mIRC|/load}} |
− | * | + | * {{mIRC|/reload}} |
− | * | + | * {{mIRC|/save}} |
− | * | + | * {{mIRC|/unload}} |
+ | |||
+ | {{mIRC command list}} | ||
− | [[Category:mIRC commands]] | + | [[Category:mIRC commands|add command - mIRC]] |
Latest revision as of 08:21, 1 May 2023
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
Note: This feature has essentially been replaced by /load.
The /add command could previously 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.
Synopsis[edit]
/add [-apuce] <file.ini>
Switches[edit]
- -a - Load the aliases
- -p - Load the popups
- -u - Load the remote users
- -c - Load the commands
- -e - Load the events
Parameters[edit]
- <file.ini> - The initializations file to load the appropriate section from.
Example[edit]
/add -a helpfulCmds.ini
Will output:
*** Added: Commands from c:mirchelpfulCmds.ini
Compatibility[edit]
Added: mIRC v3.3
Added on: 21 Jun 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
Removed: mIRC v3.8
Removed On:25/11/1995
See also[edit]
mIRC commands list