Load » History » Revision 14
« Previous |
Revision 14/16
(diff)
| Next »
Per Amundsen, 12/14/2019 09:38 AM
Added in 1.9.0
/load -aN <filename>
/load -bcmnpqs <filename>
/load -rsuv <filename>
The /load command can be used to load any type of existing file including: aliases, popups, remote, users, and variables. Using /load on an already loaded file will update its contents while maintaining its order among other files.
Note that unlike the /reload command, /load will trigger the on LOAD and on START events.
See also /reload, /unload, on LOAD, on UNLOAD, on START.
Switches
-aN - loads an aliases file, if N is specified, load into the Nth position in the alias list.
-b - Loads a nicklist buttons file. (AdiIRC only)
-ps - Loads a status popup file.
-pc - Loads a channel popup file.
-pq - Loads a query popup file.
-pn - Loads a nicklist popup file.
-pm - Loads a menubar popup file.
-pe - Loads a channel link popup file. (AdiIRC only)
-pi - Loads a link popup file. (AdiIRC only)
-ru - Loads a user list file.
-rv - Loads a variables file.
-rsN - Loads a remote scripts file, if N is specified, load into the Nth position in the script list.
Parameters
<filename> - Filename to load.
Updated by Per Amundsen almost 5 years ago · 14 revisions