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

7
LINES

< > BotCompany Repo | #1001251 // sendToRemoteBot

JavaX fragment (include)

  static S sendToRemoteBot(S botName, S line, O... args) {
    line = format3(line, args);
    //print("Sending to remote bot " + quote(botName) + ": " + quote(shorten(line, 100)));
    if (!eq(botName, "Public Comm Bot"))
      line = format3("Please forward to bot *: *" , botName, line);
    ret sendToCentralBot(line);
}

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: #1001251
Snippet name: sendToRemoteBot
Eternal ID of this version: #1001251/1
Text MD5: d14526319d1ed032ec07d8e6d9f6a9ab
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-11-01 12:44:36
Source code size: 330 bytes / 7 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 688 / 1019
Referenced in: [show references]