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