Libraryless. Click here for Pure Java version (3628L/23K/81K).
1 | !7 |
2 | |
3 | static long lastPost = 0; |
4 | |
5 | p {
|
6 | stefansChat_onLine(voidfunc(S text) {
|
7 | if (sysNow() > lastPost+5000) {
|
8 | postToStefansChat(text + "? Yes!"); |
9 | lastPost = sysNow(); |
10 | } |
11 | }); |
12 | } |
Began life as a copy of #1009194
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: | #1009195 |
| Snippet name: | Stefan's Chat: First Bot v2 |
| Eternal ID of this version: | #1009195/1 |
| Text MD5: | 5296dba082a90f2c76af53be10b543b9 |
| Transpilation MD5: | 2499e6e9f75ac1623a88315a5f58128a |
| Author: | stefan |
| Category: | javax / chat |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-07-15 17:49:55 |
| Source code size: | 204 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 726 / 874 |
| Referenced in: | [show references] |