[][src]Crate weechat

Re-exports

pub use plugin::WeechatPlugin;
pub use plugin::WeechatResult;
pub use weechat::ArgsWeechat;
pub use weechat::Weechat;
pub use buffer::Buffer;
pub use buffer::Nick;
pub use buffer::NickArgs;
pub use config::Config;
pub use config::ConfigSection;
pub use config::ConfigSectionInfo;
pub use config_options::BooleanOption;
pub use config_options::ColorOption;
pub use config_options::ConfigOption;
pub use config_options::IntegerOption;
pub use config_options::StringOption;
pub use hooks::CommandDescription;
pub use hooks::CommandHook;
pub use hooks::FdHook;
pub use hooks::FdHookMode;
pub use infolist::Infolist;

Modules

buffer

Weechat Buffer module containing Buffer and Nick types.

config

Weechat Configuration module

config_options
hooks

Weechat Hook module. Weechat hooks are used for many different things, to create commands, to listen to events on a file descriptor, add completions to weechat, etc. This module contains hook creation methods for the Weechat object.

infolist

Weechat Infolist module.

plugin
weechat

Main weechat module

Macros

weechat_plugin
weechat_plugin_author
weechat_plugin_description
weechat_plugin_info
weechat_plugin_license
weechat_plugin_name
weechat_plugin_version