1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 23:36:37 +02:00

Fix problem with read marker when manually switching to other buffer with some commands like /query

This commit is contained in:
Sebastien Helleu
2009-01-30 12:46:44 +01:00
parent 228ef56860
commit 5650f035dd
13 changed files with 32 additions and 18 deletions
+1 -1
View File
@@ -2514,7 +2514,7 @@ irc_command_query (void *data, struct t_gui_buffer *buffer, int argc,
{
ptr_channel = irc_channel_new (ptr_server,
IRC_CHANNEL_TYPE_PRIVATE,
argv[1], 1);
argv[1], 1, 0);
if (!ptr_channel)
{
weechat_printf (ptr_server->buffer,