mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 00:33:13 +02:00
irc: reset read marker of current buffer on manual /join
This commit is contained in:
@@ -314,7 +314,7 @@ irc_channel_new (struct t_irc_server *server, int channel_type,
|
||||
if (switch_to_channel)
|
||||
{
|
||||
weechat_buffer_set (new_buffer, "display",
|
||||
(auto_switch) ? "auto" : "1");
|
||||
(auto_switch && !manual_join) ? "auto" : "1");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user