Known Bugs:
   *  NTCPDRV (I think) locks up for no apparent reason...   At random times
      there isn't too much I can do about it.   There should be more info on
      this in another doc file or on the web page.   I'm currently trying to
      write my own TPC/IP stack for Turbo Pascal 7.0
   *  INSERT mode does not work.  Make sure it IS _NOT_ ON!
   *  Doesn't display input line after the 80th column
   *  Lines are not processed by <CR> _OR_ <LF> instead they require a <CR><LF>
      to mark the end of a line.  (using NTCPDRV's receive line routine)
   *  /ENCRYPT does not work, please don't try using it
   *  QUOTING not implemented (reason why /ENCRYPT doesn't work)
   *  /WINDOW stuff doesn't quite work.
   *  Maximum outgoing line is about 255 chrs, however MAX size for outgoing
      messages depends on the command and destination as well.  e.g.:
                  123456789
          PRIVMSG <destination> :<msg>
          1234567890123456789012.....1  2
                                     CR LF
          roughly 255-24 characters.


Beta Bugs:  (These bugs will not be apparent in distributable JPIRC.EXE)
   * MD5SUM usage for POP3's APOP doesn't seem to work for some reason

