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

11
LINES

< > BotCompany Repo | #1001980 // Print all slurped messages

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

Libraryless. Click here for Pure Java version (1031L/7K/24K).

!752

p {
  time {
    PersistentLog log = new PersistentLog("#1001979", "msgs");
    for (O msg : log) {
      S userName = or((S) get(msg, "userName"), "bot");
      print(userName + ": " + get(msg, "text"));
    }
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1001980
Snippet name: Print all slurped messages
Eternal ID of this version: #1001980/1
Text MD5: a59cc012ada7bda70c3a64c097aa46e5
Transpilation MD5: 08665863772610ae67422cfb4e3fdeab
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-12-10 21:17:27
Source code size: 232 bytes / 11 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 606 / 616
Referenced in: [show references]