1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 21:06:38 +02:00

Fix name/short name and local variables of IRC server buffer(s) when merging/splitting servers

This commit is contained in:
Sebastien Helleu
2008-11-11 18:57:58 +01:00
parent f086a33162
commit 50e3eb142d
4 changed files with 38 additions and 9 deletions
-4
View File
@@ -3171,10 +3171,6 @@ irc_command_server (void *data, struct t_gui_buffer *buffer, int argc,
}
}
}
weechat_buffer_set (irc_current_server->buffer, "short_name",
irc_current_server->name);
weechat_buffer_set (irc_current_server->buffer, "localvar_set_server",
irc_current_server->name);
weechat_bar_item_update ("buffer_name");
weechat_bar_item_update ("input_prompt");
return WEECHAT_RC_OK;