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

7
LINES

< > BotCompany Repo | #1003867 // sendToLocal - synonym of sendToLocalBot

JavaX fragment (include)

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

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

Author comment

Began life as a copy of #1001329

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1003867
Snippet name: sendToLocal - synonym of sendToLocalBot
Eternal ID of this version: #1003867/1
Text MD5: 560a112e0963410c2ee18d618c65d657
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-07-29 14:21:34
Source code size: 190 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 505 / 479
Referenced in: [show references]