hexchatd ~master (2015-09-10T06:06:22Z)
Home
Dub
Repo
hexchat_commandf
hexchat
capi
Undocumented in source. Be warned that the author may not have intended to support it.
void
hexchat_commandf
(hexchat_plugin* ph, char* format, Args args)
version(Windows)
extern (
C
)
void
hexchat_commandf
(
Args
...
)
(
hexchat_plugin
*
ph
,
const
char
*
format
,
Args
args
)
void
hexchat_commandf
(hexchat_plugin* ph, char* format, ...)
Meta
Source
See Implementation
hexchat
capi
aliases
hexchat_cmd_cb
hexchat_fd_cb
hexchat_print_cb
hexchat_timer_cb
functions
hexchat_command
hexchat_commandf
hexchat_emit_print
hexchat_find_context
hexchat_free
hexchat_get_context
hexchat_get_info
hexchat_get_prefs
hexchat_gettext
hexchat_hook_command
hexchat_hook_fd
hexchat_hook_print
hexchat_hook_server
hexchat_hook_timer
hexchat_list_fields
hexchat_list_free
hexchat_list_get
hexchat_list_int
hexchat_list_next
hexchat_list_str
hexchat_list_time
hexchat_nickcmp
hexchat_plugingui_add
hexchat_plugingui_remove
hexchat_print
hexchat_printf
hexchat_send_modes
hexchat_set_context
hexchat_strip
hexchat_unhook
manifest constants
HEXCHAT_EAT_ALL
HEXCHAT_EAT_HEXCHAT
HEXCHAT_EAT_NONE
HEXCHAT_EAT_PLUGIN
HEXCHAT_FD_EXCEPTION
HEXCHAT_FD_NOTSOCKET
HEXCHAT_FD_READ
HEXCHAT_FD_WRITE
HEXCHAT_PRI_HIGH
HEXCHAT_PRI_HIGHEST
HEXCHAT_PRI_LOW
HEXCHAT_PRI_LOWEST
HEXCHAT_PRI_NORM
mixins
__anonymous
structs
hexchat_context
hexchat_hook
hexchat_list
hexchat_plugin