hexchatd ~master (2015-09-10T06:06:22Z)
Home
Dub
Repo
User
hexchat
plugin
Undocumented in source.
struct
User {
const
(
char
)[]
nick
;
const
(
char
)[]
userName
;
const
(
char
)[]
hostName
;
}
Members
Variables
hostName
const
(
char
)[]
hostName
;
Undocumented in source.
nick
const
(
char
)[]
nick
;
userName
const
(
char
)[]
userName
;
Undocumented in source.
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