1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 09:13:14 +02:00

Fix option weechat.look.color_nicks_number, value is now immediately applied on nicks by IRC plugin

This commit is contained in:
Sebastien Helleu
2008-11-24 09:21:25 +01:00
parent 2e52e54a3a
commit 64fdbb0776
3 changed files with 50 additions and 32 deletions
+1
View File
@@ -58,6 +58,7 @@ struct t_irc_nick
extern int irc_nick_valid (struct t_irc_channel *channel,
struct t_irc_nick *nick);
extern const char *irc_nick_find_color (struct t_irc_nick *nick);
extern struct t_irc_nick *irc_nick_new (struct t_irc_server *server,
struct t_irc_channel *channel,
const char *nick_name, int is_chanowner,