Added error messages when group chat invites fail.

This commit is contained in:
Håvard Pettersson 2014-11-18 13:56:48 +01:00
parent 48093e1833
commit 8ab3ce630b
2 changed files with 22 additions and 9 deletions

View file

@ -525,6 +525,10 @@ twc_cmd_group(void *data, struct t_gui_buffer *buffer,
// create a buffer for the new group chat
if (group_number >= 0)
twc_chat_search_group(profile, group_number, true);
else
weechat_printf(profile->buffer,
"%sCould not join group chat (unknown error)",
weechat_prefix("error"));
}
else
{