function display_irc_not_implemented(jqXHR, textStatus, errorThrown) {
  var html='<div class="alert alert-danger">';
  if (jqXHR.status == "404") {
      html += 'IRC history feature not implemented';
  } else {