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); }
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: | 791 / 804 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1008257 - sendSilently - synonym of sendToLocalBotQuietly |