Load » History » Version 13
Per Amundsen, 11/30/2018 07:11 AM
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 | 12 | Per Amundsen | -aN - loads an aliases file, if N is specified, load into the Nth position in the alias list. |
15 | 6 | Per Amundsen | -b - Loads a nicklist buttons file. (AdiIRC only) |
16 | 11 | Per Amundsen | -ps - Loads a status popup file. |
17 | -pc - Loads a channel popup file. |
||
18 | -pq - Loads a query popup file. |
||
19 | -pn - Loads a nicklist popup file. |
||
20 | -pm - Loads a menubar popup file. |
||
21 | -pe - Loads a channel link popup file. (AdiIRC only) |
||
22 | -pi - Loads a link popup file. (AdiIRC only) |
||
23 | 4 | Per Amundsen | -ru - Loads a user list file. |
24 | 3 | Per Amundsen | -rv - Loads a variables file. |
25 | 8 | Per Amundsen | -rsN - Loads a remote scripts file, if N is specified, load into the Nth position in the script list. |
26 | 5 | Per Amundsen | |
27 | *Parameters* |
||
28 | |||
29 | <filename> - Filename to load. |