Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

12
LINES

< > BotCompany Repo | #1009195 // Stefan's Chat: First Bot v2

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (3628L/23K/81K).

!7

static long lastPost = 0;

p {
  stefansChat_onLine(voidfunc(S text) {
    if (sysNow() > lastPost+5000) {
      postToStefansChat(text + "? Yes!");
      lastPost = sysNow();
    }
  });
}

Author comment

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: 423 / 513
Referenced in: [show references]