1 | static S sendToRemoteBot(S botName, S line, O... args) {
|
2 | line = format3(line, args); |
3 | //print("Sending to remote bot " + quote(botName) + ": " + quote(shorten(line, 100)));
|
4 | if (!eq(botName, "Public Comm Bot")) |
5 | line = format3("Please forward to bot *: *" , botName, line);
|
6 | ret sendToCentralBot(line); |
7 | } |
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: | #1001251 |
| Snippet name: | sendToRemoteBot |
| Eternal ID of this version: | #1001251/1 |
| Text MD5: | d14526319d1ed032ec07d8e6d9f6a9ab |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-11-01 12:44:36 |
| Source code size: | 330 bytes / 7 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 990 / 1347 |
| Referenced in: | [show references] |