static Iterable talkToAll_full(S searchPattern) { final L list = fullBotScan(searchPattern); ret mapI(list, func(ScannedBot bot) { replaceHelloMessage(talkToLocalAddress(bot.address), bot.helloString) }); } static Iterable talkToAll_full() { ret talkToAll_full(""); }