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

Display server, port and IP on IRC server buffer when connection to server is ok

This commit is contained in:
Sebastien Helleu
2008-12-17 18:10:56 +01:00
parent abb6b4d76e
commit b1b0c759fc
6 changed files with 86 additions and 29 deletions
+3 -2
View File
@@ -3178,9 +3178,10 @@ irc_command_server (void *data, struct t_gui_buffer *buffer, int argc,
}
}
}
irc_server_set_buffer_title (irc_current_server);
weechat_bar_item_update ("buffer_name");
weechat_bar_item_update ("input_prompt");
}
weechat_bar_item_update ("buffer_name");
weechat_bar_item_update ("input_prompt");
return WEECHAT_RC_OK;
}