1 | static bool ai_greetingRule2(S a) {
|
2 | if (ai_is(a, "recent") |
3 | && ai_is(a, "a greeting") |
4 | && ai_is(a, "unanswered")) {
|
5 | ai_postTriple("smart bot", "please post", "hello");
|
6 | true; |
7 | } |
8 | false; |
9 | } |
Began life as a copy of #1011400
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: | #1011944 |
| Snippet name: | ai_greetingRule2 |
| Eternal ID of this version: | #1011944/1 |
| Text MD5: | 2d31ff27c3afb3fcf7da3f84df056333 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-11 00:24:08 |
| Source code size: | 212 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 591 / 634 |
| Referenced in: | [show references] |