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

14
LINES

< > BotCompany Repo | #1002505 // Greet Bot (developing)

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

Libraryless. Click here for Pure Java version (927L/6K/20K).

!752

answer {
  S news = cast getOpt("#1002506", "news");
  if (match("greet", s) || match("greet me", s)) {
    ret "Hi " + or(printableUserName(), "beautiful stranger") + "!"
      + (nempty(news) ? " Have you heard? " + news : "");
  }
}

static S printableUserName() {
  // Custom or Slack name, depending on what's available
  ret or((S) callOpt(getBot("#1002355"), "getUserName"), getUserName());
}

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: #1002505
Snippet name: Greet Bot (developing)
Eternal ID of this version: #1002505/1
Text MD5: 36fb5b7d5050114fe3a7c977cc855226
Transpilation MD5: 92378a409a00cafb4ff1b9c2feecba8d
Author: stefan
Category: eleu
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-01-27 03:45:41
Source code size: 418 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 557 / 1032
Referenced in: [show references]