1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

New default value (25) for option irc.network.away_check_max_nicks

This commit is contained in:
Sebastien Helleu
2009-11-07 19:46:38 +01:00
parent e561ab1ae3
commit 3f21038deb
+1 -1
View File
@@ -1424,7 +1424,7 @@ irc_config_init ()
"away_check_max_nicks", "integer",
N_("do not check away nicks on channels with high number of nicks "
"(0 = unlimited)"),
NULL, 0, INT_MAX, "0", NULL, 0, NULL, NULL,
NULL, 0, INT_MAX, "25", NULL, 0, NULL, NULL,
&irc_config_change_network_away_check, NULL, NULL, NULL);
irc_config_network_lag_check = weechat_config_new_option (
irc_config_file, ptr_section,