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

7
LINES

< > BotCompany Repo | #1005204 // sendToPublicCommBotSilently

JavaX fragment (include)

static S sendToPublicCommBotSilently(S ip, S line, O... args) {
  if (ip == null) null;
  line = format3(line, args);
  
  temp DialogIO io = talkTo(ip, 4999);
  ret io.ask(line);
}

Author comment

Began life as a copy of #1004081

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1005204
Snippet name: sendToPublicCommBotSilently
Eternal ID of this version: #1005204/3
Text MD5: 24cbfc1a3a33d96d9f611db1b6a1152f
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-02-06 17:50:04
Source code size: 187 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 484 / 504
Version history: 2 change(s)
Referenced in: [show references]