1
0
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:
Sebastien Helleu
2008-12-19 13:24:46 +01:00
parent edd70d4636
commit 896f509861
18 changed files with 198 additions and 406 deletions
+1 -2
View File
@@ -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);