Merge branch 'master' into otr

This commit is contained in:
James Booth
2014-01-12 01:25:35 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -326,8 +326,10 @@ win_handle_error_message(ProfWin *window, const char * const from,
case WIN_DUCK:
case WIN_CONSOLE:
handled = FALSE;
break;
case WIN_MUC:
handled = _muc_handle_error_message(window, from, err_msg);
break;
default:
assert(FALSE);
break;