static L getClientsListFrom(S ip) { Map clients = (Map) safeUnstructure(sendToPublicCommBotOpt(ip, "clients last seen")); ret asList(keys(clients)); }