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

28
LINES

< > BotCompany Repo | #1002093 // List All Commands Bot

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

Libraryless. Click here for Pure Java version (2569L/18K/57K).

1  
!752
2  
3  
static Class mainBot;
4  
5  
p {
6  
  startBot("Snippet Text Bot", "#1002084");
7  
}
8  
9  
static S html() {
10  
  ret "<p>These are the commands of which I know that I know them:</p>" + htmlTable(allQuestions());
11  
}
12  
13  
static L<S> allQuestions() {
14  
  L<S> botIDs = cast get(mainBot, "botIDs");
15  
  new Set<S> set;
16  
  for (S botID : botIDs) pcall {
17  
    S src = loadSnippetThroughBot(botID);
18  
    set.addAll(getSupportedQuestions(src));
19  
  }
20  
  ret list(set);
21  
}
22  
23  
static S loadSnippetThroughBot(S snippetID) {
24  
  S answer = sendToLocalBot("Snippet Text Bot", "what is the text of snippet *", snippetID);
25  
  new Matches m;
26  
  assertTrue(match("the text of snippet * is *", answer, m));
27  
  ret m.unq(1);
28  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, jtubtzbbkimh, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1002093
Snippet name: List All Commands Bot
Eternal ID of this version: #1002093/1
Text MD5: 348fe100772f3ea816d2ebaff9a38e3d
Transpilation MD5: 436189a978f4aa87ddf8e49fc129e1b0
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-12-18 00:39:47
Source code size: 699 bytes / 28 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 718 / 1877
Referenced in: [show references]