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
)
Function UnHookCommand (
Plugin As IPlugin,
Command As String
) As Boolean
bool UnHookCommand(
IPlugin^ Plugin,
String^ Command
)
abstract UnHookCommand :
Plugin : IPlugin *
Command : string -> bool
Parameters
- Plugin
- Type: AdiIRCAPIIPlugin
IPlugin - Command
- Type: SystemString
String
Return Value
Type:
BooleanTrue/False depending if unhooking the command was successful
See Also