the name of the .tcl script is called XDCC THINGIE in which I got from the slennox page...
Here is thre actual readme without the actual script....
########### XDCC THiNGiE 0.1 ############
# designed and programmed by FlyBoyUSA #
# for original use in #emuroms Undernet #
#########################################
# Thanks for bass for helping me think the right way to approach
# getting rid of queueing files
# Also thanks to AshToreth for letting me use his XDCC script from
# Askrypt to get a idea of how the XDCC list and stuff should visualy look
#
# Any questions, comments, hate letters, etc goto
flyboyus@sonicboom.2y.net
#
# Also available is PiNG THiNGiE, URL THiNGiE, XW LoGoN THiNGiE, and
# soon WoF(Wheel of Fortune) THiNGiE will be available.
#
# Features
# - You use the eggdrops internal description command to set the
# description of files for the xdcc script to use and you don't
# have to make any changes to the script when you add files
# - No queueing... so people don't keep xdcc getting files confusing
# the bot
# limit, instead of total dcc connections! I love this feature
# - Two different timer options for advertising the XDCC
#
# Tried getting it to allow linked files from other bots, but I can't
# figure out how to send w/o the person being on the filesystem
#
# One problem I did run into... I can get the gots in the file system for
# the eggdrop but couldn't figure a way to increase them effeciently
# If you have any idea (w/o including a modified module) that I can increase
# them (also w/o moving the files to the bot directory) then please e-mail me
# or contact me
#
#############
# Variables #
#############
# set this to a directory under files-path in the config
set xdccpath "/eggdrop/filesys/leech"
# set this to the maximum xdcc total gets and pending gets allowed
set xdcclimit 3
# if your config doesn't have the max-dloads variable set, set it
# below to designate how many gets per person
set max-dloads 1
# set this variable to the channels you want the timer to notice
# seperate channels with a space
set xdccchans "#haha"
# for a full xdcc list every time the timer goes off, set this to 1 or
# set this to 0 or comment it outfor a two line timer advertising the
# xdcc server
# (if you remove the binds below this then this command is useless)
set xdcctimer 0
# set the binds below or add your own depending on when you what the
# timer to notice the channels you have set
# syntax in the quotes is "min hour day month year"
# ex 20 * * * * would activate the notice in the channels every hour 20 past
# *0 * * * * would activate the notice in the channels every 10 minutes
bind time - "20 * * * *" *xdcc:timer
bind time - "40 * * * *" *xdcc:timer
bind time - "00 * * * *" *xdcc:timer
# remove this line or your bot will die
###################################################
# You do NOT have to edit anything below here and #
# should NOT unless you know what you are doing #
##################################################
I did not redo the script at all...Im not too familiar with .TCL scripting so I left it as is..
That is all I have to work with my friend.....
I hope this helps......
Thx...
Day.......
<font size=-1>[ This Message was edited by: daytrader on 2001-10-31 17:08 ]</font>