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 / NUBYE / NUBYE101.FIX < prev    next >
Text File  |  2000-06-30  |  1KB  |  33 lines

  1.  
  2. Date:  08/15/86
  3. From:  Tom Brady
  4. Re  :  PBBS and the 'Q'uit command  -- User statistics not shown
  5.  
  6.    Ever   since incorporating the fix which would keep NUBYE from 
  7. multiple  loading  of PBYE.COM when certain conditions were  just 
  8. right  (a special fix was also required in PBYE.MAC as well),  an 
  9. odd   quirk  appeared.    The  user's  were  always  shown  there 
  10. statistics when exiting through CP/M with the 'BYE' command,  but 
  11. 99%  of the time,  when disconnecting through PBBS via the 'Q'uit 
  12. command  carrier  would just drop without displaying  any  system 
  13. statistics whatsoever. 
  14.  
  15.    This fix was a simple one --  look for the label ANSW:  and go 
  16. down  a  few lines until you find XRA  A  and three  flags  being 
  17. reset -- add the line as shown below: 
  18.  
  19.  
  20.                 XRA     A       ; Make sure line feeds are off
  21.                 STA     LFEEDS
  22.                 STA     CDOFF   ; Limit for waiting for c/r
  23.                 STA     FKFLAG  ; F-Key lead-in flag
  24.   new line ==>> STA     TWIT    ; Twit status flag
  25.  
  26.  
  27.    That's all there is to this fix -- I have already made the fix 
  28. in the current v1.01 libraries found on my system (i.e.  NUBYE101 
  29. and NUB101-S) --  this does not necessitate a new version number, 
  30. hence this fix file. 
  31.  
  32.  
  33.