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

24
LINES

< > BotCompany Repo | #1001709 // Execute "talk to bot" commands from User Request List Bot

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

Libraryless. Click here for Pure Java version (2378L/16K/54K).

!747

m {
  p {
    startBot("User Request List Bot", "#1001706");
    makeAndroid3("Execute \"talk to bot\" commands bot.");
    
    while (true) {
      try {
        L<S> list = (L) unstructure(sendToLocalBotOpt("User Request List Bot", "structure"));
        for (S s : list) {
          new Matches m;
          if (match3("talk to bot *", s, m)) {
            sendToLocalBot("User Request List Bot", "remove *", s);
            nohupJavax("#1001708 " + m.unq(0));
          }
        }
      } catch (Exception e) {
        print(e);
      }
      sleep(1000);
    }
  }
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1001709
Snippet name: Execute "talk to bot" commands from User Request List Bot
Eternal ID of this version: #1001709/1
Text MD5: ca0043cf5e934d7186091d6be4d8aa51
Transpilation MD5: af837c95f8c08e290fda1b33dd6ae66f
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-11-12 20:45:38
Source code size: 602 bytes / 24 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 515 / 811
Referenced in: [show references]