!7 p-tt { ai_alternativeSmartBot(); temp ActualThoughtSpace ts = newThoughtSpace(); for (L t : ai_all_threeInARow("Chat line")) { for (S s : t) { long ms = ai_chatLineTimeDiff(s); Bool bot = ai_chatLineSentByBot(s); print((isTrue(bot) ? "[B]" : isFalse(bot) ? "[U]" : "[?]") + " " + s + ": " + ai_chatLineText(s) + " [" + ms + " ms]"); } print(); } }