mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 23:06:38 +02:00
Added group support for nicklist, fixed some bugs in plugins API and IRC plugin
Added group support for nicklist (with subgroups). Partial changes in IRC protocol functions (new arguments with argv and argv_eol). Fixed some bugs: - nicklist in plugins API - problem in main loop with select() when SIGWINCH is received (terminal resize) - bug in string explode function - bug in infobar countdown.
This commit is contained in:
@@ -40,7 +40,8 @@ extern int plugin_api_config_set_plugin (struct t_weechat_plugin *plugin,
|
||||
/* display */
|
||||
extern char *plugin_api_prefix (char *prefix);
|
||||
extern char *plugin_api_color (char *color_name);
|
||||
extern void plugin_api_infobar_printf (int delay, char *color_name,
|
||||
extern void plugin_api_infobar_printf (struct t_weechat_plugin *plugin,
|
||||
int delay, char *color_name,
|
||||
char *format, ...);
|
||||
extern void plugin_api_infobar_remove (int how_many);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user