1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 23:36:37 +02:00

irc: remove temporary servers and option irc.look.temporary_servers

This commit is contained in:
Sébastien Helleu
2025-11-01 09:15:54 +01:00
parent 234244f8d5
commit 07ef353b1b
32 changed files with 7533 additions and 5668 deletions
@@ -462,12 +462,6 @@ TEST(IrcServer, SetAddresses)
WEE_TEST_STR("irc.example.org/6697, irc2.example.org/7000 (TLS: enabled)",
irc_server_get_short_description (server));
server->temp_server = 1;
WEE_TEST_STR("irc.example.org/6697, irc2.example.org/7000 "
"(temporary, TLS: enabled)",
irc_server_get_short_description (server));
irc_server_free (server);
}