Click or drag to resize

IPluginHostHookIdentifier Method

Hook a identifier into AdiIRC, the handler will be triggered when the identifier is used.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
void HookIdentifier(
	string identifier,
	RegisteredIdentifier handler
)

Parameters

identifier
Type: SystemString
Name of the identifier
handler
Type: AdiIRCAPIv2.DelegatesRegisteredIdentifier
Handler that triggers when the identifier is used

Return Value

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