mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 08:43:13 +02:00
Use string instead of char for prefixes in nicklist
This commit is contained in:
@@ -495,7 +495,7 @@ struct t_weechat_plugin
|
||||
struct t_gui_nick_group *group,
|
||||
const char *name,
|
||||
const char *color,
|
||||
char prefix,
|
||||
const char *prefix,
|
||||
const char *prefix_color,
|
||||
int visible);
|
||||
struct t_gui_nick *(*nicklist_search_nick) (struct t_gui_buffer *buffer,
|
||||
|
||||
Reference in New Issue
Block a user