Script Name:
REQS
Version: 1.3.1
Author: [-Scorp-]
Script Date: 13/11/1999
Category: File Server Scripts
Downloads: 67
File Name:
reqs1.3.1.tar.gz
Short Description:
Maintains a requested files list. Controlled via public commands.
Extended Description File
##########################################
# REQS 1.3.1 Tcl for Channel Request List by [-Scorp-] (aka : Scorpion`)
# Revision History:
# 1.1 (May 10, 1999) - Added main options as variables
# 1.2 (July 2, 1999) - Minor bug fixes & added e-mail contact
# 1.2b5-f (Oct , 1999) added a list for requests that have been filled
# and a few major changes
# 1.3 (11/12/99) fixed a few small bugs in the HTML generator
# added a link to this Tcl in the HTML generator
# 1.3.1 (11/13/99) added a fix so that if someone uses quotes , it will
# remove them insted of changing them to {brackets}
# [-Scorp-] can be contacted at : bikini.team@sweden.com
# If you edit this Tcl , i would like the proper recognition
# Please E mail me with any bugs or comments
# This TCL is designed to maintain a "Channel Request List"
# For use in MP3, Warez, or other channels. Please change
# the few variables below for channel & bot options.
# Additions, deletions, and the list are maintained through
# a public @reqs command, with certain arguments (see below).
# The script will run on your bot, and will only recognize
# public messages in that channel. If the user tries @reqs via
# /MSG, the bot will respond that it must be done publicly.
# There is also a template file that will be sent with a
# @reqs send command. It is sent appended to the top of the
# requests file, in a .doc format. Please note that it MUST be
# edited with a *nix editor such as pico.
# The commands it recognizes are as follows:
#
# @reqs help [to get a list of available commands]
# @reqs view [to see the list via msg]
# @reqs send [for a .doc of the list]
# @reqs add <Song Title-Artist> [to add to the list]
# (Must be +v or +o in the channel, not on the bot)
# @reqs del <request#> [to delete a request]
# (Must be +o in the channel, not on the bot)
# @reqs filled
# <to see the list of requests that have been filled via msg>
# @reqs purge <number of the filled request>
# (Must Be +o to remove filled requests from the file)
##########################################
##########################################