!747

m {
  p {
    makeAndroid("Misc Bot.");
  }
  
  static synchronized S answer(S s) {
    new Matches m;
    
    if (match3("diff * and *", s, m)) {
      S snippet1 = unquote(m.m[0]);
      S snippet2 = unquote(m.m[1]);
      nohupJavax(parseSnippetID("#1000996") + " " + parseSnippetID(snippet1) + " " + parseSnippetID(snippet2));
      return "Diffing in new process";
    }
    
    return null;
  }
}