1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

Ding dong the switch is dead

This commit is contained in:
LemonBoy 2015-09-21 14:38:10 +02:00
parent ffaa890e99
commit 564829610d
3 changed files with 1 additions and 5 deletions

View File

@ -15,7 +15,7 @@
%9Examples:%9
/TOGGLE resolve_prefer_ipv6
/TOGGLE resolve_reverse_lookup
/TOGGLE channels_rejoin_unavailable ON
%9See also:%9 SET

View File

@ -429,9 +429,6 @@
After connected to server, Irssi can automatically change your user
mode. You can set it with /SET usermode <mode>, default is +i.
/SET resolve_prefer_ipv6 - If ON, prefer IPv6 for hosts that
have both v4 and v6 addresses.
5.5 Automatic reconnecting
If you get disconnected from server, Irssi will try to reconnect

View File

@ -710,7 +710,6 @@ static void sig_chat_protocol_deinit(CHAT_PROTOCOL_REC *proto)
void servers_init(void)
{
settings_add_bool("server", "resolve_prefer_ipv6", FALSE);
settings_add_bool("server", "resolve_reverse_lookup", FALSE);
lookup_servers = servers = NULL;