mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Ding dong the switch is dead
This commit is contained in:
parent
ffaa890e99
commit
564829610d
@ -15,7 +15,7 @@
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/TOGGLE resolve_prefer_ipv6
|
||||
/TOGGLE resolve_reverse_lookup
|
||||
/TOGGLE channels_rejoin_unavailable ON
|
||||
|
||||
%9See also:%9 SET
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user