Load » History » Version 5
Per Amundsen, 11/14/2015 06:31 AM
| 1 | 1 | Per Amundsen | _Added in 1.9.0_ |
|---|---|---|---|
| 2 | |||
| 3 | */load -a <filename>* |
||
| 4 | */load -cmnpqs <filename>* |
||
| 5 | */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 | 2 | Per Amundsen | -a - TODO |
| 15 | -ps - TODO |
||
| 16 | -pc - TODO |
||
| 17 | -pq - TODO |
||
| 18 | -pn - TODO |
||
| 19 | -pm - TODO |
||
| 20 | 4 | Per Amundsen | -ru - Loads a user list file. |
| 21 | 3 | Per Amundsen | -rv - Loads a variables file. |
| 22 | 1 | Per Amundsen | -rs - Loads a remote scripts file. |
| 23 | 5 | Per Amundsen | |
| 24 | *Parameters* |
||
| 25 | |||
| 26 | <filename> - Filename to load. |