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); }
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: | 576 / 554 |
Referenced in: | #1003880 - send - synonym of sendToLocalBot #1006654 - Standard functions list 2 (LIVE, continuation of #761) |