home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 November / PCO1197.ISO / FilesBBS / OS2 / CL079WB1.ARJ / CL079WB1.ZIP / cfg / request.tpl < prev    next >
Encoding:
Text File  |  1996-02-18  |  3.5 KB  |  96 lines

  1. %;----------------------------------------------------------------------------
  2. %; File Request Response Template for the CantaLoup Request Processor 0.76
  3. %;----------------------------------------------------------------------------
  4. %;
  5. %; The commands available to you are as follows:
  6. %;
  7. %; %;                   In column 1, entire line is a comment, pass nothing
  8. %;                      on; in any other column, ignore remainder of line.
  9. %;                      To send a blank line, <space>%; will suffice.
  10. %;
  11. %; %abort               Don't send a response file.
  12. %;
  13. %; %abort <num>         If <num> matches all status values, don't send
  14. %;                      a response.
  15. %;
  16. %; %exit                Close the response and send it as-is.
  17. %;
  18. %; %exit <num>          If <num> matches the status value, close the
  19. %;                      response file and send it as-is.
  20. %;
  21. %; %status <num> text   If <num> matches the status value, the text
  22. %;                      will be copied to the response.
  23. %;                      Current valid status values are:
  24. %;
  25. %;                      1 = file not found,
  26. %;                      2 = no update necessary,
  27. %;                      3 = password missing or wrong
  28. %;                      4 = file request limit exceeded
  29. %;                      5 = start of no-requests-honored event
  30. %;                      6 = file would exceed request byte limit
  31. %;                      6 = file would exceed request time limit
  32. %;                      8 = baud rate too low (minbaud)
  33. %;                      9 = successful file request
  34. %;
  35. %; %request <num>       Request files which match status value <num>
  36. %;                      will be copied to the response.
  37. %;
  38. %; %date                Text for current local date.
  39. %;
  40. %; %time                Text for current local time.
  41. %;
  42. %; %mailer              Text for "CantaLoup (current version)."
  43. %;
  44. %; %mynode              Text for "my" node address.
  45. %;
  46. %; %system              Text for system name.
  47. %;
  48. %; %sysop               Text for sysop name.
  49. %;
  50. %; %yrnode              Text for "your" node address.
  51. %;
  52. %; All other text, including % characters which are not followed by
  53. %; recognized keywords, will be copied verbatim to the response file.
  54. %;
  55. %; NOTE: If you play games with the % character, you may get hurt in
  56. %; future versions of CantaLoup. It is STRONGLY RECOMMENDED that you
  57. %; not tempt fate by messing with that character.
  58. %;
  59. %;----------------------------------------------------------------------------
  60. %abort 9
  61. %mailer     %date  %time
  62.  
  63. %system was unable to complete a file request made by
  64. your system, %yrnode, at this time.
  65.  
  66. %status 1 These requested files were not found or the password did not match:
  67.    %request 1
  68. %status 1
  69. %status 2 No update was necessary for these files:
  70.    %request 2
  71. %status 2
  72. %status 3 These requested files were not found or the password didn't match:
  73.    %request 3
  74. %status 3
  75. %status 4 Your request exceeded the preset file limits with these files:
  76.    %request 4
  77. %status 4
  78. %status 5 An event has started which doesn't honor requests of these files:
  79.    %request 5
  80. %status 5
  81. %status 6 These requested files exceeded the preset byte limits:
  82.    %request 6
  83. %status 6
  84. %status 7 These requested files exceeded the preset time limits:
  85.    %request 7
  86. %status 7
  87. %status 8 Your modem speed is too slow to request these files:
  88.    %request 8
  89. %status 8
  90. %status 1
  91. %status 1 For a complete list of the files available on this board, you may
  92. %status 1 request FILES and you will be sent a list.
  93.  
  94. %sysop, System Operator
  95. %system, %mynode
  96.