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

7
LINES

< > BotCompany Repo | #1007129 // sendTo - synonym of sendToLocalBot

JavaX fragment (include)

static S sendTo(S bot, S text, O... args) {
  ret sendToLocalBot(bot, text, args);
}

static S sendTo(int port, S text, O... args) {
  ret sendToLocalBot(port, text, args);
}

Author comment

Began life as a copy of #1003880

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: #1007129
Snippet name: sendTo - synonym of sendToLocalBot
Eternal ID of this version: #1007129/1
Text MD5: 33761d68d4cfd1f86b00e59b6e4ffc5c
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-03-05 13:47:15
Source code size: 180 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 419 / 434
Referenced in: [show references]