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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user