!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() + "."; }