Commit 73e6edad8a89ae8a41ab1f7c497585fe37968fa0

Updated gaze.versions to use p6Versions20080923 and FIFO
  
873873 Message.PrintLine(parse.chan, "Stand by please.");
874874 StringParse.Split("ions ", parse.message, null, target);
875875 Strings.Extract(target, 0, LENGTH(target)-2, target);
876 Strings.Assign("p6-versions ", command);
876 Strings.Assign("p6Versions20080923 ", command);
877877 Strings.Concat(command, target, command);
878878 (* Debugging *)
879879 IF debugging THEN
880880 Message.PrintLine(Message.homechan, command);
881881 END;
882 p6Fifo.writeFIFO(command);
883 p6Fifo.readFIFO(result);
884 (*
882885 done := ProgExec.Command(command, res);
883886 StreamFile.Open(file, "/tmp/versions", StreamFile.read, iores);
884887 TextIO.ReadString(file, result);
885888 TextIO.SkipLine(file);
889 *)
886890 (* Debugging: *)
887891 IF debugging THEN
888892 Message.PrintLine(Message.homechan, result);
902902 Strings.Concat(str, parse.nick, str);
903903 END;
904904 Message.PrintLine(parse.chan, str);
905 (*
905906 StreamFile.Close(file);
906907 IF NOT debugging THEN
907908 FileSys.Remove("/tmp/versions", done);
908909 END;
910 *)
909911EXCEPT
910912 str := "chews on T~ and spits it out. That wasn't a very tasty spell name.";
911913 StringParse.Replace(str, "T~", target);