Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1011944 // ai_greetingRule2

JavaX fragment (include)

static bool ai_greetingRule2(S a) {
  if (ai_is(a, "recent")
    && ai_is(a, "a greeting")
    && ai_is(a, "unanswered")) {
    ai_postTriple("smart bot", "please post", "hello");
    true;
  }
  false;
}

Author comment

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: 324 / 356
Referenced in: [show references]