[excerpt pulled from quotes-1.1.tcl] # quotes 1.1 by blue (blue@altavista.net) # this script basically stores quotes and sends random quotes to the chan # (can be done public/msg/dcc) # !quote - sends a random quote to the channel # !addquote (quote) - adds (quote) to the database # !delquote (quote) - attempts to delete (quote) # Changes in v1.1 - 8/2/1999 # Updated this script to _at least_ not use execs (ugh) and try to save # me some embarassment of even having my name on this document. # Someone else may maintain this if they dare. It's nothing # great so a whole new script would probably be a better idea. # Be VERY careful with the new implementation of !delquote, # it searches "*your string*", so basically could wipe a lot out. # I will still fix bugs for this script and maybe consider adding # features, so e-mail me if you use it. Thanks.