Click or drag to resize

IPluginHostUnHookCommand Method

Removes a command you have defined.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
void UnHookCommand(
	string command
)

Parameters

command
Type: SystemString
Command to remove
See Also