I need a script that shoots out a link to a random url when someone types the trigger.
Some features I am looking for:
Channel users can add to the 'database' of links. (database is in quotes here because I am hesitant about this being an actual sql db, I'd prefer it if the added links went to a txt file similar to most quotes scripts).
More than one 'database' category of links.
A solid random code, for spitting out different urls stored.
Ability to create the categories either by editing the tcl or in channel.
Flagged opers have a delete command within channel.
I've seen something similar, a kind of pic bot thing, for porn pics. I won't lie I would probably utilize this for porn pictures as well, but also for more than that. Funny pics for instance, or whatever you can imagine (even links that aren't necessarily pictures). Suppose you have 4 categories of picture links (without being too graphic here I'll try to make these topics fairly mild): funnypics, shockpics, lesbian and tits. The user could do !addpic <category> <url> and this would add the pic to the db. A cool feature might be that that url is tagged with the users nick when it is referenced in the future. Now, the user does !shockpics and he gets a random url from the shockpics category. Flagged oppers could delete broken links, poor images, etc. 1 other command that would be nice would be !categories, which would then show all the database categories available for them to access.
Yeah it's a tall order, but a cool one I think, and I don't know why it's not out there already, perhaps it is, but I feel pretty sure I've thoroughly searched many sites for this.
If someone would like to contact me outside of this forum my email addy is mustytrucker@sbcglobal.net
PS - for simplicities sake, a script where all url additions and categories must be edited in the tcl would be good too. Basically just the random part with various category triggers.