diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-01-30 12:46:44 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-01-30 12:46:44 +0100 |
commit | 5650f035dd4f9f32ba7156ba229e684ac6b18bf6 (patch) | |
tree | 99be3912a52e7a9298e91e1ee047be3b97f54e10 /src/plugins/jabber/jabber-command.c | |
parent | 228ef56860c4f754576f6d44bd2b5b31195a2c2f (diff) | |
download | weechat-5650f035dd4f9f32ba7156ba229e684ac6b18bf6.zip |
Fix problem with read marker when manually switching to other buffer with some commands like /query
Diffstat (limited to 'src/plugins/jabber/jabber-command.c')
-rw-r--r-- | src/plugins/jabber/jabber-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/jabber/jabber-command.c b/src/plugins/jabber/jabber-command.c index 900e8e71d..8937cb6bd 100644 --- a/src/plugins/jabber/jabber-command.c +++ b/src/plugins/jabber/jabber-command.c @@ -466,7 +466,7 @@ jabber_command_jchat (void *data, struct t_gui_buffer *buffer, int argc, { ptr_muc = jabber_muc_new (ptr_server, JABBER_MUC_TYPE_PRIVATE, - argv[1], 1); + argv[1], 1, 0); if (!ptr_muc) { weechat_printf (ptr_server->buffer, |