mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 17:53:13 +02:00
Added hotlist option for buffer in plugins API, improved buffer refreshs
This commit is contained in:
@@ -469,7 +469,7 @@ irc_channel_add_nick_speaking (struct t_irc_channel *channel, char *nick)
|
||||
if (!channel->nicks_speaking)
|
||||
channel->nicks_speaking = weechat_list_new ();
|
||||
|
||||
weechat_list_add (channel->nicks_speaking, nick, "end");
|
||||
weechat_list_add (channel->nicks_speaking, nick, WEECHAT_LIST_POS_END);
|
||||
|
||||
size = weechat_list_size (channel->nicks_speaking);
|
||||
if (size > IRC_CHANNEL_NICKS_SPEAKING_LIMIT)
|
||||
|
||||
Reference in New Issue
Block a user