Click or drag to resize

IPluginHostUnHookCommand Method

Remove a /command, you have defined.

Namespace:  AdiIRCAPI
Assembly:  AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
bool UnHookCommand(
	IPlugin Plugin,
	string Command
)

Parameters

Plugin
Type: AdiIRCAPIIPlugin
IPlugin
Command
Type: SystemString
String

Return Value

Type: Boolean
True/False depending if unhooking the command was successful
See Also