1
0
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:
Sebastien Helleu
2011-12-09 15:55:52 +01:00
parent 15d9aab7fa
commit 1234d6c8f7
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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");
}
}