!747 m { p { S userLine = "ok", user = "?", botID = "123", computerID = getComputerID(); L dialogHistory = litlist("just", "a", "test"); long date = now(); S line = format3("New entry. user line: *, date: *, user: *, botID: *, computerID: *, dialog history: *", userLine, date, user, botID, computerID, dialogHistory); S answer = sendToRemoteBot("OK Collector Bot", line); print(answer); } }