mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 07:16:37 +02:00
Remove obsolete nicklist options, add /bar toggle to hide/show quietly a bar
This commit is contained in:
@@ -112,8 +112,7 @@ irc_channel_new (struct t_irc_server *server, int channel_type,
|
||||
|
||||
if (channel_type == IRC_CHANNEL_TYPE_CHANNEL)
|
||||
{
|
||||
if (weechat_config_integer (weechat_config_get ("weechat.look.nicklist")))
|
||||
weechat_buffer_set (new_buffer, "nicklist", "1");
|
||||
weechat_buffer_set (new_buffer, "nicklist", "1");
|
||||
weechat_buffer_set (new_buffer, "nicklist_display_groups", "0");
|
||||
weechat_nicklist_add_group (new_buffer, NULL, IRC_NICK_GROUP_OP,
|
||||
"weechat.color.nicklist_group", 1);
|
||||
|
||||
Reference in New Issue
Block a user