1 | static BakedBot latestBotWithRulesAndCreator(S rules, O creator) {
|
2 | BakedBot bot = bakedBotWithRules(rules); |
3 | bot.useIterate(true); |
4 | bot.useDiskCache(true); |
5 | setCreatorTo(bot.bot, creator); |
6 | ret bot; |
7 | } |
Began life as a copy of #1017820
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1018557 |
| Snippet name: | latestBotWithRulesAndCreator - bot with rules and latest features, set creator field |
| Eternal ID of this version: | #1018557/1 |
| Text MD5: | dbc6aee4bffb89fc6179d0df5bfe0b41 |
| Author: | stefan |
| Category: | javax / think bot |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-10-05 17:57:24 |
| Source code size: | 212 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 536 / 580 |
| Referenced in: | [show references] |