PDA

View Full Version : !getnfo does not start dcc


luke2k4
04-11-2004, 11:35 AM
hi, the bot replys that a new nfo is uploaded with the number, but when i type this no dcc starts..... here is the part of my eggdrop.conf... for those who will say " read the manual or such things" YES I DID! BUT I DONT FIND THE MISTAKE...


#### TRANSFER MODULE ####

# The transfer module provides dcc send/get support and userfile transfer
# support for userfile sharing. Un-comment the next line to load it if you
# Set here the block size for dcc transfers. ircII uses 512 bytes,
# but admits that it may be too small. 1024 is standard these days.
# 0 is turbo-dcc (recommended).
set dcc-block 0

# Enable this setting if you want to copy files into the /tmp directory
# before sending them. This is useful on most systems for file stability,
# but if your directories are NFS mounted, it's a pain, and you'll want
# to set this to 0. If you are low on disk space, you may also want to
# set this to 0.
set copy-to-tmp 1

# Set here the time (in seconds) to wait before an inactive transfer times out.
set xfer-timeout 30# need this functionality.
#loadmodule transfer 1

# Set here the maximum number of simultaneous downloads to allow for
# each user.
set max-dloads 3



any other ideas ?!

Harm
04-11-2004, 11:41 AM
It looks like you forgot to read the part of the documentation that explains how to configure your sitebot.
You would have read that you *need* to load the transfer module.

luke2k4
04-11-2004, 11:44 AM
i thought that it is this part i quoted o_O


#loadmodule transfer 1

Harm
04-11-2004, 11:58 AM
If you want to load the module, why is that line commented ?
And what's that '1' at the end of the line ?

luke2k4
04-11-2004, 12:03 PM
i thought the 1 lets it start.... please just tell me what i have to do ;o( sitting here for 4 hours thiking about it ;o( same problem with the !Imdb.. bot doesnt answer...

tuff
04-11-2004, 12:33 PM
how about removing the # and the 1

# == commented out ie. wont load/work/be used etc

and ive no idea where you got the 1 from

READ THE EGGDROP DOCUMENTATION!

luke2k4
04-11-2004, 12:43 PM
what a stupid stupid mistake... but thank you very much !!