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 >
Wrap
Text File
|
2000-06-30
|
896b
|
30 lines
This is a sample last caller header (tailored for MBBS systems),
which is displayed directly above the last caller data shown on
warm boots and with BYE5's WHOKEY (^W). This is a sample of how
it would look:
B NAME FROM REC# DATE LOGS HMSG
6 Johnathan;Jones;Los Angeles, CA 1233 01/01/86 215 1235
The information displayed is as follows:
1) Baud rate 2400 (6)
2) Name
3) City/State
4) User Record Number in the User Log File (#1233)
5) Last date logged on (Jan 1, 1986)
6) Number of logons (215)
7) Highest message number from last logon (#1235)
To install this header find the LCHEAD: label and replace everything
(including the DB 0) with this one.
;
;
LCHEAD: DB CR,LF,LF,'B NAME FROM '
DB ' REC# DATE LOGS HMSG',CR,LF,0
;
;