mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 03:03:12 +02:00
Display server, port and IP on IRC server buffer when connection to server is ok
This commit is contained in:
@@ -202,7 +202,8 @@ irc_upgrade_read_cb (int object_id,
|
||||
irc_current_server = irc_upgrade_current_server;
|
||||
}
|
||||
}
|
||||
irc_upgrade_current_server->current_address = weechat_infolist_integer (infolist, "current_address");
|
||||
irc_upgrade_current_server->index_current_address =
|
||||
weechat_infolist_integer (infolist, "index_current_address");
|
||||
|
||||
sock = weechat_infolist_integer (infolist, "sock");
|
||||
if (sock >= 0)
|
||||
|
||||
Reference in New Issue
Block a user