From the wonderful RedGuides Wiki
This command is added by MQ2DotNet
Syntax Key
Notation |
Description
|
Text without brackets or braces |
Required items
|
<Text inside angle brackets> |
Placeholder for which you must supply a value
|
[Text inside square brackets] |
Optional items
|
Vertical bar (|) |
Separator for mutually exclusive items; choose one
|
{Text | inside | braces} |
Set of required items; choose one
|
Ellipsis (…) |
Items that can be repeated
|
Syntax
|
/netplugin <plugin name> [ noauto, unload ]
|
Description
|
Used to run a .NET/C# plugin.
|
|
Options
Option |
Description |
<plugin name> |
Specifies the name of the plugin you wish to run. |
noauto |
Use of the 'noauto' option, will load the plugin, but not change your INI setting(s). |
unload |
This option is used to 'unload' the plugin. |
Examples
/netplugin myplugin
/netplugin myplugin noauto
/netplugin myplugin unload
/netplugin myplugin unload noauto
See also