home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 1992 August / info-mac-1992.iso / Source / Pascal / Chat / Chat 1.0.0 Source / Chat Source Release Notes < prev    next >
Encoding:
Text File  |  1992-04-26  |  1.1 KB  |  24 lines  |  [TEXT/ttxt]

  1. Chat v1.0.0 is a background only application that lets Macs with
  2. MacTCP 1.1 serve as a very primitive IRC.  Basically, once Chat is
  3. running on your mac, multiple people can Telnet to a port on your 
  4. mac and have online discussions.  I wrote this to hold the weekly
  5. online meetings of the TopSoft group, which have proved very
  6. successful, so I've decided to make it available to the rest of you.
  7.  
  8. Chat was written in THINK Pascal v4.0.1.  Chat is a very simple program, 
  9. I wrote it in about three hours, plus I've done about three more hours 
  10. neatifying it, and a couple hours getting it ready to send out.  The entire 
  11. program (ignoring the TCP and other libraries) is only 350 lines, and as 
  12. such should be good pascal sample code for writing TCP applications.
  13.  
  14. Chat should run under System 6 or 7, but requires MacTCP 1.1.
  15.  
  16. Chat is free, but I retain the copyright.  This source code may be
  17. included in any non-commercial applications as long as I get a 
  18. mention in the About box and documentation.
  19.  
  20. Hope you like it,
  21.    Peter. <peter@cujo.curtin.edu.au>
  22.  
  23. Chat 1.0.0 Copyright 1992, Peter N Lewis 
  24.