Plugins » History » Version 27
Per Amundsen, 02/16/2023 02:57 PM
1 | 1 | Per Amundsen | h1. Plugins |
---|---|---|---|
2 | |||
3 | 5 | Per Amundsen | See [[Scripting DLL|here]] for native DLL support. |
4 | |||
5 | 24 | Per Amundsen | See https://dev.adiirc.com/boards/4/topics/146 for more about plugins. |
6 | 15 | Per Amundsen | |
7 | 8 | Per Amundsen | ----------------------------------------------------------------------------- |
8 | |||
9 | 4 | Per Amundsen | _Added in 1.8_ |
10 | |||
11 | 19 | Per Amundsen | */plugins [-luixo] [filename]* |
12 | 3 | Per Amundsen | |
13 | 25 | Per Amundsen | With no switches, opens or focuses the [[Plugins_Dialog|Plugin Manager dialog]]. |
14 | 1 | Per Amundsen | |
15 | 19 | Per Amundsen | *Switches* |
16 | |||
17 | 27 | Per Amundsen | table(ktable). |
18 | |*Switch*|*Description*| |
||
19 | | -l | Loads a installed plugin file. | |
||
20 | | -u | Unloads a loaded plugin file. (Plugin file is still locked until AdiIRC is closed) | |
||
21 | | -i | Installs a new plugin to the plugin folder. | |
||
22 | | -x | Uninstalls a installed plugin in the plugin folder. | |
||
23 | | -o | Used with -i, allows overwriting a installed plugin, if the plugin is not loaded. | |
||
24 | 19 | Per Amundsen | |
25 | *Parameters* |
||
26 | |||
27 | 27 | Per Amundsen | table(ktable). |
28 | |*Parameter*|*Description*| |
||
29 | | [filename] | Filename/path of the plugin. | |
||
30 | 19 | Per Amundsen | |
31 | *Example* |
||
32 | |||
33 | <pre> |
||
34 | ; Installs the plugin 'MyPlugin.dll' from the folder 'C:\User<\Nick\Desktop' to the Plugins folder. |
||
35 | /plugins -i C:\User<\Nick\Desktop\MyPlugin.dll |
||
36 | |||
37 | ; Loads 'MyPlugin.dll' |
||
38 | /plugins -l MyPlugin.dll |
||
39 | </pre> |