Project

General

Profile

Plugins » History » Version 26

Per Amundsen, 02/06/2020 01:21 AM

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
-l - Loads a installed plugin file.
18 26 Per Amundsen
-u - Unloads a loaded plugin file. (Plugin file is still locked until AdiIRC is closed)
19 19 Per Amundsen
-i - Installs a new plugin to the plugin folder.
20
-x - Uninstalls a installed plugin in the plugin folder.
21
-o - Used with -i, allows overwriting a installed plugin, if the plugin is not loaded.
22
23
*Parameters*
24
25
[filename] - Filename/path of the plugin.
26
27
*Example*
28
29
<pre>
30
; Installs the plugin 'MyPlugin.dll' from the folder 'C:\User<\Nick\Desktop' to the Plugins folder.
31
/plugins -i C:\User<\Nick\Desktop\MyPlugin.dll
32
33
; Loads 'MyPlugin.dll'
34
/plugins -l MyPlugin.dll
35
</pre>