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

54
LINES

< > BotCompany Repo | #1002561 // Again Bot (LIVE)

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (1850L/12K/40K).

!752

// TODO: When in a dialog, this should be prioritized by dispatcher

static new Map<S, Status> statusMap; // key = dialog id

p {
  load("statusMap");
}

static abstract class Status {
  abstract S answer(S s);
}

static class AgainThis extends Status {
  S q;
  *() {}
  *(S *q) {}
  
  S answer(S s) {
    status(null); // always forget question after one line
    
    if (isYes(s)) exceptionToUser {
      ret quote(q) + " >> " + askSelf(q);
    } else if (isNo(s))
      ret "OK";
    null;
  }
}

static void status(Status s) {
  if (s == null)
    statusMap.remove(getDialogID());
  else
    statusMap.put(getDialogID(), s);
  save("statusMap");
}

answer {
  if "again" {
    Map last = last(getDialog());
    if (last == null)
      ret "Again what?";
    else {
      S q = getString(last, "question");
      status(new AgainThis(q));
      ret "Again this? >> " + q;
    }
  }
  
  Status status = statusMap.get(getDialogID());
  if (status != null)
    ret status.answer(s);
}

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: #1002561
Snippet name: Again Bot (LIVE)
Eternal ID of this version: #1002561/1
Text MD5: 9b6dfb66da736203c5520192e6e52f2d
Transpilation MD5: d52d3e88c4b46e485819aca29721bfe5
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-03-03 03:09:41
Source code size: 1047 bytes / 54 lines
Pitched / IR pitched: No / No
Views / Downloads: 561 / 993
Referenced in: #1002567 - Advanced Again Bot (LIVE)
#3000195 - Answer for stefanreich (>> y)
#3000196 - Answer for stefanreich (>> y)
#3000197 - Answer for stefanreich (>> program data sizes)
#3000198 - Answer for stefanreich (>> program data sizes)
#3000199 - Answer for stefanreich (>> program data sizes)
#3000200 - Answer for stefanreich (>> program data sizes)
#3000201 - Answer for stefanreich (>> list all files)
#3000202 - Answer for stefanreich (>> T conversion bot)
#3000203 - Answer for stefanreich (>> timing hello bot)
#3000208 - Answer for bgrgndz (>> list sub bots)
#3000209 - Answer for bgrgndz (>> list sub bots)
#3000238 - Answer for stefanreich (>> t power bot)
#3000369 - Answer for Stefan (>> list sub bots)
#3000376 - Answer for stefanreich (>> list sub bots)
#3000377 - Answer for stefanreich (>> timing eleu?)
#3000380 - Answer for stefanreich (>> list sub bots)
#3000381 - Answer for speedforce (>> list sub bots)
#3000382 - Answer for ferdie (>> t = 1, f = 0)