IPluginHost Methods |
The IPluginHost type exposes the following members.
| Name | Description | |
|---|---|---|
| EngineRegistration |
Register this plugin as a Script Engine
| |
| HookCommand |
Hook a command into AdiIRC, the handler will be triggered when the command is used.
| |
| HookIdentifier |
Hook a identifier into AdiIRC, the handler will be triggered when the identifier is used.
| |
| UnHookCommand |
Removes a command you have defined.
| |
| UnHookIdentifier |
Removes a identifier you have defined.
|