Project

General

Profile

Load » History » Version 16

Per Amundsen, 02/16/2023 12:56 PM

1 1 Per Amundsen
_Added in 1.9.0_
2
3 13 Per Amundsen
*/load -aN <filename>*
4 6 Per Amundsen
*/load -bcmnpqs <filename>*
5 1 Per Amundsen
*/load -rsuv <filename>*
6
7 5 Per Amundsen
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.
8
Note that unlike the /reload command, /load will trigger the [[on LOAD]] and [[on START]] events.
9 1 Per Amundsen
10 5 Per Amundsen
See also [[/reload]], [[/unload]], [[on LOAD]], [[on UNLOAD]], [[on START]].
11
12
*Switches*
13
14 16 Per Amundsen
table(ktable).
15
|*Switch*|*Description*|
16
| -aN | loads an aliases file, if N is specified, load into the Nth position in the alias list. |
17
| -b | Loads a nicklist buttons file. *(AdiIRC only)* |
18
| -ps | Loads a status popup file. |
19
| -pc | Loads a channel popup file. |
20
| -pq | Loads a query popup file. |
21
| -pn | Loads a nicklist popup file. |
22
| -pm | Loads a [[Menubar_Control<notextile>|</notextile>Menubar]] popup file. |
23
| -pe | Loads a channel link popup file. *(AdiIRC only)* |
24
| -pi | Loads a link popup file. *(AdiIRC only)* |
25
| -ru | Loads a user list file. |
26
| -rv | Loads a variables file. |
27
| -rsN | Loads a remote scripts file, if N is specified, load into the Nth position in the script list. |
28 3 Per Amundsen
29 8 Per Amundsen
*Parameters*
30 5 Per Amundsen
31 16 Per Amundsen
table(ktable).
32
|*Parameter*|*Description*|
33
| &lt;filename&gt; | Filename to load. |