1 | static void miniChat(S text) { |
2 | S slackTS = getSlackTS(); |
3 | if (slackTS == null) { |
4 | print("Skipping mini-chat post (not on slack): " + quote(text)); |
5 | ret; |
6 | } |
7 | |
8 | O mcBot = getBot("#1002433"); |
9 | call(mcBot, "addToMiniChat", "dc" + slackTS, getProgramID(), text); |
10 | } |
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: | #1002434 |
Snippet name: | miniChat - post message about current input to mini-chat |
Eternal ID of this version: | #1002434/1 |
Text MD5: | 8827d10a5d4c495924576c65cf44de34 |
Author: | stefan |
Category: | eleu |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-01-21 23:50:49 |
Source code size: | 281 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 872 / 792 |
Referenced in: | [show references] |