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).

1  
!752
2  
3  
answer {
4  
  S news = cast getOpt("#1002506", "news");
5  
  if (match("greet", s) || match("greet me", s)) {
6  
    ret "Hi " + or(printableUserName(), "beautiful stranger") + "!"
7  
      + (nempty(news) ? " Have you heard? " + news : "");
8  
  }
9  
}
10  
11  
static S printableUserName() {
12  
  // Custom or Slack name, depending on what's available
13  
  ret or((S) callOpt(getBot("#1002355"), "getUserName"), getUserName());
14  
}

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