1 | static S sendTo(S bot, S text, O... args) {
|
2 | ret sendToLocalBot(bot, text, args); |
3 | } |
4 | |
5 | static S sendTo(int port, S text, O... args) {
|
6 | ret sendToLocalBot(port, text, args); |
7 | } |
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: | 707 / 731 |
| Referenced in: | [show references] |