mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 01:00:19 +00:00
Added hexchat_emit_print_attrs() to plugin interface.
This commit is contained in:
@@ -180,6 +180,8 @@ struct _hexchat_plugin
|
||||
int (*callback) (char *word[], hexchat_event_attrs *attrs,
|
||||
void *user_data),
|
||||
void *userdata);
|
||||
int (*hexchat_emit_print_attrs) (hexchat_plugin *ph, hexchat_event_attrs *attrs,
|
||||
const char *event_name, ...);
|
||||
};
|
||||
#endif
|
||||
|
||||
@@ -330,6 +332,10 @@ int
|
||||
hexchat_emit_print (hexchat_plugin *ph,
|
||||
const char *event_name, ...);
|
||||
|
||||
int
|
||||
hexchat_emit_print_attrs (hexchat_plugin *ph, hexchat_event_attrs *attrs,
|
||||
const char *event_name, ...);
|
||||
|
||||
char *
|
||||
hexchat_gettext (hexchat_plugin *ph,
|
||||
const char *msgid);
|
||||
|
||||
Reference in New Issue
Block a user