static Bool ai_chatLineSentByBot(S line) { if (ai_has(line, "was", "sent by bot")) true; if (ai_has(line, "was", "sent by human")) false; null; }