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

10
LINES

< > BotCompany Repo | #1002061 // Unix Time Bot

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

Libraryless. Click here for Pure Java version (744L/6K/18K).

!752

answer {
  if (match("get unix time", s))
    ret "" + unixTime();
  if (match("what is the unix hour", s) || match("get unix hour", s) || match("unix hour", s))
    ret "It is " + unixHour() + " unix hours.";
  if (match("get unix day", s))
    ret "It is unix day " + unixDay() + ".";
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1002061
Snippet name: Unix Time Bot
Eternal ID of this version: #1002061/1
Text MD5: 2b9d6067d1280b0ca8a93a43deefcc18
Transpilation MD5: 14599bf2387849efd9259bb02b9648f0
Author: stefan
Category:
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-01-08 18:38:06
Source code size: 303 bytes / 10 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 586 / 1770
Referenced in: [show references]