Reload » History » Version 10
Per Amundsen, 08/23/2016 10:38 PM
1 | 1 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | */reload -a <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 | 10 | Per Amundsen | -a - loads an aliases file. |
14 | 7 | Per Amundsen | -b - Loads a nicklist buttons file. (AdiIRC only) |
15 | 1 | Per Amundsen | -ps - TODO |
16 | -pc - TODO |
||
17 | -pq - TODO |
||
18 | -pn - TODO |
||
19 | -pm - TODO |
||
20 | 2 | Per Amundsen | -ru - Loads a user list file. |
21 | 1 | Per Amundsen | -rv - Loads a variables file. |
22 | 9 | Per Amundsen | -rsN -Loads a remote scripts file, if N is specified, load into the Nth position in the script list. |
23 | 3 | Per Amundsen | |
24 | *Parameters* |
||
25 | |||
26 | <filename> - Filename to (re)load. |