This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

DCC Send Refused (no access)

General support and discussion of Eggdrop bots.
Post Reply
K
Kingy
Voice
Posts: 3
Joined: Mon Dec 15, 2008 11:47 pm

DCC Send Refused (no access)

Post by Kingy »

This is probably quite a common error but I'm struggling to get it working. I'm wanting my eggdrop to accept files from other users in a channel. Now if I understand correctly I need to add the user and host to the bot so that it will work?

I've done both things but it continues to give me Refused DCC Send ... (no access)

What exactly needs to be in the user file for this to work?
User avatar
SpiKe^^
Owner
Posts: 831
Joined: Fri May 12, 2006 10:20 pm
Location: Tennessee, USA
Contact:

Post by SpiKe^^ »

Did you load the filesystem module?? It is not loaded by default.

Code: Select all

#### FILESYSTEM MODULE ####

# This module provides an area within the bot where users can store and
# manage files. With this module, the bot is usable as a file server. The
# transfer module is required for this module to function. Un-comment
# the following line to load the filesys module.
#loadmodule filesys

# Set here the 'root' directory for the file system.
set files-path "/home/mydir/filesys"

# If you want to allow uploads, set this to the directory uploads
# should be put into. Set this to "" if you don't want people to
# upload files to your bot.
set incoming-path "/home/mydir/filesys/incoming"
SpiKe^^

Get BogusTrivia 2.06.4.7 at www.mytclscripts.com
or visit the New Tcl Acrhive at www.tclarchive.org
.
K
Kingy
Voice
Posts: 3
Joined: Mon Dec 15, 2008 11:47 pm

Post by Kingy »

Yes it was. However the folders I had specified weren't created. Silly mistakes are annoying. Getting file to large now. I assume there is a setting for this?
User avatar
SpiKe^^
Owner
Posts: 831
Joined: Fri May 12, 2006 10:20 pm
Location: Tennessee, USA
Contact:

Post by SpiKe^^ »

Code: Select all

# Set here the maximum allowable file size that will be received (in KB).
# Setting this to 0 makes it effectively infinite.
set max-filesize 1024
SpiKe^^

Get BogusTrivia 2.06.4.7 at www.mytclscripts.com
or visit the New Tcl Acrhive at www.tclarchive.org
.
Post Reply