Reload » History » Version 16
Per Amundsen, 02/16/2023 03:09 PM
1 | 1 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | 12 | Per Amundsen | */reload -aN <filename>* |
4 | 7 | Per Amundsen | */reload -bcmnpqs <filename>* |
5 | 1 | Per Amundsen | */reload -rsuv <filename>* |
6 | |||
7 | 4 | Per Amundsen | The /reload command can be used to reload any type of existing file including: aliases, popups, remote, users, and variables. Using /reload on an already loaded file will update its contents while maintaining its order among other files. Note that unlike the [[/load]] command, [[/reload]] will not trigger the [[on LOAD]] and [[on START]] events. |
8 | 1 | Per Amundsen | |
9 | 6 | Per Amundsen | See also [[/load]], [[/unload]], [[on LOAD]], [[on UNLOAD]], [[on START]]. |
10 | 5 | Per Amundsen | |
11 | 3 | Per Amundsen | *Switches* |
12 | |||
13 | 16 | Per Amundsen | table(ktable). |
14 | |*Switch*|*Description*| |
||
15 | | -aN | loads an aliases file, if N is specified, load into the Nth position in the alias list. | |
||
16 | | -b | Loads a nicklist buttons file. *(AdiIRC only)* | |
||
17 | | -ps | Loads a status popup file. | |
||
18 | | -pc | Loads a channel popup file. | |
||
19 | | -pq | Loads a query popup file. | |
||
20 | | -pn | Loads a nicklist popup file. | |
||
21 | | -pm | Loads a [[Menubar_Control<notextile>|</notextile>Menubar]] popup file. | |
||
22 | | -pe | Loads a channel link popup file. *(AdiIRC only)* | |
||
23 | | -pi | Loads a link popup file. *(AdiIRC only)* | |
||
24 | | -ru | Loads a user list file. | |
||
25 | | -rv | Loads a variables file. | |
||
26 | | -rsN | Loads a remote scripts file, if N is specified, load into the Nth position in the script list. | |
||
27 | 1 | Per Amundsen | |
28 | 9 | Per Amundsen | *Parameters* |
29 | 3 | Per Amundsen | |
30 | 16 | Per Amundsen | table(ktable). |
31 | |*Parameter*|*Description*| |
||
32 | | <filename> | Filename to (re)load. | |