home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / qcom320e.zip / BYE.CTL < prev    next >
Text File  |  1995-08-13  |  791b  |  19 lines

  1. ;When host is ending a session this control file is loaded.
  2.  
  3. ;Give the Caller some choices
  4. SYSOP_MSG;Leave a Message to the Sysop? [y/N] 
  5. ;if the caller answers "Y", Host will load the Message Editor, 
  6. ;otherwise it will fall thru to the following line.
  7.  
  8. ;send the bye-bye screen. Note the "|" symbol separates the two versions
  9. ;of the BYE screen. The first is the text version for TTY terminals, the second
  10. ;is the ANSI version for ANSI terminal. Host will send whichever type
  11. ;the caller chose when first connecting.
  12. SENDFILE;ByeM.HOS|ByeC.HOS
  13.  
  14. ;send one line of text. Include the caller's first name using the
  15. ;keyword _FIRSTNAME.
  16. SENDLINE;Thanks for calling, _FIRSTNAME.
  17.  
  18. ;finally Host hangs up the phone. The message shown below is optional.
  19. HANGUP;Please hang up now.