hexchatd ~master (2015-09-10T06:06:22Z)
Home
Dub
Repo
PluginInfo
hexchat
plugin
struct
PluginInfo {
string
name
;
string
description
;
string
version_
;
}
Members
Variables
description
string
description
;
Description for this plugin.
name
string
name
;
Name of this plugin.
version_
string
version_
;
Version string for this plugin.
Meta
Source
See Implementation
hexchat
plugin
enums
CommandPriority
EatMode
PluginStyle
deinitFuncName
initFuncName
functions
__deinitDPlugin
__initDPlugin
commandf
getInfo
hookCommand
hookPrint
hookServer
parseUser
readInfo
writefln
mixin templates
Plugin
structs
PluginInfo
User