static S smartBotsChatLine(int nr) { ChatMsg msg = first(smartBotsChat_readArchive(nr-1, nr)); ret msg == null ? null : msg.text; }