1 | static Iterable<DialogIO> talkToAll_full(S searchPattern) {
|
2 | final L<ScannedBot> list = fullBotScan(searchPattern); |
3 | ret mapI(list, func(ScannedBot bot) { replaceHelloMessage(talkToLocalAddress(bot.address), bot.helloString) });
|
4 | } |
5 | |
6 | static Iterable<DialogIO> talkToAll_full() {
|
7 | ret talkToAll_full("");
|
8 | } |
Began life as a copy of #1001399
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1007060 |
| Snippet name: | talkToAll_full - find all sub-bots too |
| Eternal ID of this version: | #1007060/4 |
| Text MD5: | 6392d7b2da2f5546fc03a0b68c51a5bb |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-02-27 17:27:44 |
| Source code size: | 315 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 765 / 767 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |