1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 10:43:13 +02:00

Do not send WHO on channel joined (to check away nicks) if option irc.network.away_check is set to 0

This commit is contained in:
Sebastien Helleu
2010-09-12 10:42:29 +02:00
parent edb839732e
commit 5d0ad1f631
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -3669,7 +3669,7 @@ IRC_PROTOCOL_CALLBACK(366)
IRC_COLOR_CHAT_DELIMITERS);
irc_command_mode_server (server, ptr_channel, NULL);
irc_channel_check_away (server, ptr_channel, 1);
irc_channel_check_away (server, ptr_channel);
}
else
{