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

6
LINES

< > BotCompany Repo | #1001965 // sendToLocalBot_cached

JavaX fragment (include)

static S sendToLocalBot_cached(S botName, S s, Object... args) {
  temp DialogIO io = newFindBot(botName);
  if (io == null)
    fail("Bot not found: " + botName);
  ret io.ask(s, args);
}

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: #1001965
Snippet name: sendToLocalBot_cached
Eternal ID of this version: #1001965/2
Text MD5: 3a5dce2363ce1124a3a1fb16c9569bc7
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-13 22:41:37
Source code size: 193 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 637 / 2220
Version history: 1 change(s)
Referenced in: [show references]