mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 22:06:38 +02:00
Remove argument "switch_to_another" for function gui_buffer_close()
This commit is contained in:
@@ -2460,7 +2460,7 @@ irc_command_part (void *data, struct t_gui_buffer *buffer, int argc,
|
||||
}
|
||||
if (!ptr_channel->nicks)
|
||||
{
|
||||
weechat_buffer_close (ptr_channel->buffer, 1);
|
||||
weechat_buffer_close (ptr_channel->buffer);
|
||||
return WEECHAT_RC_OK;
|
||||
}
|
||||
channel_name = ptr_channel->name;
|
||||
|
||||
Reference in New Issue
Block a user