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

7
LINES

< > BotCompany Repo | #1005450 // sendQuietly - synonym of sendToLocalBotQuietly

JavaX fragment (include)

static S sendQuietly(S bot, S text, O... args) {
  ret sendToLocalBotQuietly(bot, text, args);
}

static S sendQuietly(int port, S text, O... args) {
  ret sendToLocalBotQuietly(port, text, args);
}

Author comment

Began life as a copy of #1003880

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: #1005450
Snippet name: sendQuietly - synonym of sendToLocalBotQuietly
Eternal ID of this version: #1005450/1
Text MD5: 62a488abf2c385df745582898d86188f
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-11-19 13:20:46
Source code size: 204 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 505 / 518
Referenced in: [show references]