for I := 0 to Relays.Count-1 do begin relayCount := Relays[i].Viewers; totalCount := totalCount + relayCount; end;
Listeners := Relays.Viewers;