home *** CD-ROM | disk | FTP | other *** search
/ Hackers Toolkit v2.0 / Hackers_Toolkit_v2.0.iso / HTML / archive / TCL / reqs_1.1.desc < prev    next >
Text File  |  1999-11-04  |  1KB  |  29 lines

  1. # REQS 1.1 TCL for Channel Request List by [-Scorp-] (aka : Scorpion`)
  2.  
  3. # Revision History:
  4. #   1.1 (May 10, 1999) - Added main options as variables
  5.  
  6. # This TCL is designed to maintain a "Channel Request List"
  7. # For use in MP3, Warez, or other channels.  Please change
  8. # the few variables below for channel & bot options.
  9.  
  10. # Additions, deletions, and the list are maintained through 
  11. # a public !reqs command, with certain arguments (see below).
  12.  
  13. # The script will run on your bot, and will only recognize
  14. # public messages in that channel.  If the user tries !reqs via
  15. # /msg, the bot will respond that it must be done publicly.
  16.  
  17. # There is also a template file that will be sent with a
  18. # !reqs send command.  It is sent appended to the top of the
  19. # requests file, in a .doc format.  Please note that it MUST be
  20. # edited with a *nix editor such as pico.
  21.  
  22. # The commands it recognizes are as follows:
  23. #
  24. #   !reqs help [to get a list of available commands]
  25. #   !reqs view [to see the list via msg]
  26. #   !reqs send [for a .doc of the list]
  27. #   !reqs add <Song Title-Artist> [to add to the list] (Must be +v or +o in the channel, not on the bot)
  28. #   !reqs del <request#> [to delete a request] (Must be +o in the channel, not on the bot)
  29.