home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / BYE5 / BYE510.LBR / LCHEAD.BYE < prev    next >
Text File  |  2000-06-30  |  896b  |  30 lines

  1.    This is a sample last caller header (tailored for MBBS systems),
  2. which is displayed directly above the last caller data shown on
  3. warm boots and with BYE5's WHOKEY (^W).  This is a sample of how
  4. it would look:
  5.  
  6. B    NAME           FROM            REC#   DATE   LOGS  HMSG
  7. 6  Johnathan;Jones;Los Angeles, CA  1233 01/01/86  215  1235
  8.  
  9.  
  10. The information displayed is as follows:
  11.  
  12. 1) Baud rate 2400 (6)
  13. 2) Name
  14. 3) City/State
  15. 4) User Record Number in the User Log File (#1233)
  16. 5) Last date logged on (Jan 1, 1986)
  17. 6) Number of logons (215)
  18. 7) Highest message number from last logon (#1235)
  19.  
  20. To install this header find the LCHEAD: label and replace everything
  21. (including the DB 0) with this one.
  22.  
  23. ;
  24. ;
  25. LCHEAD:    DB    CR,LF,LF,'B    NAME           FROM          '
  26.     DB    '  REC#   DATE  LOGS  HMSG',CR,LF,0
  27. ;
  28. ;
  29.  
  30.