static L runningBotsForNiceButtons() { ret map(fullBotScan(), func(ScannedBot b) -> TextImageAction { textImageActionToolTip(b.helloString, #1101263, null, b.address) }); }