home *** CD-ROM | disk | FTP | other *** search
- %;----------------------------------------------------------------------------
- %; File Request Response Template for the CantaLoup Request Processor 0.76
- %;----------------------------------------------------------------------------
- %;
- %; The commands available to you are as follows:
- %;
- %; %; In column 1, entire line is a comment, pass nothing
- %; on; in any other column, ignore remainder of line.
- %; To send a blank line, <space>%; will suffice.
- %;
- %; %abort Don't send a response file.
- %;
- %; %abort <num> If <num> matches all status values, don't send
- %; a response.
- %;
- %; %exit Close the response and send it as-is.
- %;
- %; %exit <num> If <num> matches the status value, close the
- %; response file and send it as-is.
- %;
- %; %status <num> text If <num> matches the status value, the text
- %; will be copied to the response.
- %; Current valid status values are:
- %;
- %; 1 = file not found,
- %; 2 = no update necessary,
- %; 3 = password missing or wrong
- %; 4 = file request limit exceeded
- %; 5 = start of no-requests-honored event
- %; 6 = file would exceed request byte limit
- %; 6 = file would exceed request time limit
- %; 8 = baud rate too low (minbaud)
- %; 9 = successful file request
- %;
- %; %request <num> Request files which match status value <num>
- %; will be copied to the response.
- %;
- %; %date Text for current local date.
- %;
- %; %time Text for current local time.
- %;
- %; %mailer Text for "CantaLoup (current version)."
- %;
- %; %mynode Text for "my" node address.
- %;
- %; %system Text for system name.
- %;
- %; %sysop Text for sysop name.
- %;
- %; %yrnode Text for "your" node address.
- %;
- %; All other text, including % characters which are not followed by
- %; recognized keywords, will be copied verbatim to the response file.
- %;
- %; NOTE: If you play games with the % character, you may get hurt in
- %; future versions of CantaLoup. It is STRONGLY RECOMMENDED that you
- %; not tempt fate by messing with that character.
- %;
- %;----------------------------------------------------------------------------
- %abort 9
- %mailer %date %time
-
- %system was unable to complete a file request made by
- your system, %yrnode, at this time.
-
- %status 1 These requested files were not found or the password did not match:
- %request 1
- %status 1
- %status 2 No update was necessary for these files:
- %request 2
- %status 2
- %status 3 These requested files were not found or the password didn't match:
- %request 3
- %status 3
- %status 4 Your request exceeded the preset file limits with these files:
- %request 4
- %status 4
- %status 5 An event has started which doesn't honor requests of these files:
- %request 5
- %status 5
- %status 6 These requested files exceeded the preset byte limits:
- %request 6
- %status 6
- %status 7 These requested files exceeded the preset time limits:
- %request 7
- %status 7
- %status 8 Your modem speed is too slow to request these files:
- %request 8
- %status 8
- %status 1
- %status 1 For a complete list of the files available on this board, you may
- %status 1 request FILES and you will be sent a list.
-
- %sysop, System Operator
- %system, %mynode
-