1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Merge branch 'master' into plugins

This commit is contained in:
James Booth 2014-02-23 00:49:19 +00:00
commit e9b6e277fa

View File

@ -378,7 +378,6 @@ _ui_handle_recipient_not_found(const char * const recipient, const char * const
static void
_ui_handle_recipient_error(const char * const recipient, const char * const err_msg)
{
cons_debug("RECIPIENT = %s", recipient);
ProfWin *win = wins_get_by_recipient(recipient);
GString *msg = g_string_new("");
g_string_printf(msg, "Error from %s: %s", recipient, err_msg);