static L ai_badChatLines() { new L bad; for (S s : ai_search_allNumbered("chat line")) { L texts = ai_texts_quoted(s, "is", "$X"); if (l(texts) != 1) bad.add(s); } ret bad; }