Crate hexchat_plugin [] [src]

Macros

hexchat_plugin

Exports a hexchat plugin.

Structs

CommandHookHandle

A command hook handle.

Context

A context.

Eat

An status indicator for event callbacks. Indicates whether to continue processing, eat hexchat, eat plugin, or eat all.

EnsureValidContext

A safety wrapper that ensures you're working with a valid context.

InvalidContextError
PluginHandle

A hexchat plugin handle

PrintHookHandle

A print hook handle.

ServerHookHandle

A server hook handle.

TimerHookHandle

A timer hook handle.

Word
WordEol

Constants

EAT_ALL

Equivalent to HEXCHAT_EAT_ALL.

EAT_HEXCHAT

Equivalent to HEXCHAT_EAT_HEXCHAT.

EAT_NONE

Equivalent to HEXCHAT_EAT_NONE.

EAT_PLUGIN

Equivalent to HEXCHAT_EAT_PLUGIN.

Traits

Plugin

A hexchat plugin