################################################### QUOTE TCL V4.01 BY Way2Death ####### # # Quote TCL version 4.01, by Way2Death # Email: stigmata@hvc.rr.com # Email: info@syilmaz.nl # This script contains the flood protection procedures from the BSeen script. # This script requires alltools.tcl v1.3 (loaded by default) # I would like to thank stigma for the original concept! # And everyone at egghelp for their help # ################################################### QUOTE TCL V4.01 BY Way2Death ####### # # ################################################### DEFAULT COMMANDS AND INFO ######### # # # !quote(s) # ### Displays a random quote or the number specified. # ### Default access: Everyone # # !addquote # ### This adds quotes to the storage file, quotes can contain any type of character. # ### Default access: global/channel +o OR +Q globally. # # !delquote # ### Deletes the quote number specified. # ### Default access: global/channel +o OR +Q globally. # # !selquote # ### Prints out the specified quote number. # ### Default access: Everyone # # !findquote # ### Searches for the word in the storage file, parses the results to a # ### text file, and sends the user the results. # ### Default access: Everyone # # !lastquote # ### Displays the last quote added. # ### Default access: Everyone # # !quotehelp # ### Sends the user the quote help file. # ### Default access: Everyone # # !getquotes # ### Sends the user the quote storage file. # ### Default access: Everyone # # !getscript # ### Sends the user the quote script. # ### Default access: Everyone # # !quotestats # ### Shows how many quotes there are and how big the quote storage file is. # ### Default access: Everyone. # # !quoteversion # ### Displays the quote version and author name. :) # ### Default access: Everyone # ################################################### DEFAULT COMMANDS AND INFO #########