IPluginHost Methods

AdiIRC API v2

IPluginHost Methods

The IPluginHost type exposes the following members.

Methods
  NameDescription
Public methodEngineRegistration
Register this plugin as a Script Engine
Public methodHookCommand
Hook a command into AdiIRC, the handler will be triggered when the command is used.
Public methodHookIdentifier
Hook a identifier into AdiIRC, the handler will be triggered when the identifier is used.
Public methodUnHookCommand
Removes a command you have defined.
Public methodUnHookIdentifier
Removes a identifier you have defined.
Top
See Also