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.

Pb with DCC Chat

Old posts that have not been replied to for several years.
Locked
E
EppO

Pb with DCC Chat

Post by EppO »

I am trying to connect to an eggdrop in a remote computer. I am the master of the bot (i can see it with /msg mybot help). But when I try to dcc chat to it, i can see in logs:

Code: Select all

[15:13] Me (~me@itsme.com)- DCC Chat (x.x.x.x)
[15:13] Refused DCC chat (no password): Me!~me@itsme.com
[15:13] CTCP DCC: CHAT chat 3576268023 4421 from Me (~me@itsme.com)
It doesn't prompt me for a pass. Even if I made a /msg ident mypass before, it's the same problem in logs...

Any idea ?
User avatar
gumbydammit
Master
Posts: 311
Joined: Thu Sep 05, 2002 4:52 pm
Location: Canada
Contact:

Post by gumbydammit »

[15:13] Refused DCC chat (no password): Me!~me@itsme.com
Its telling you you have no password... set one
a.k.a. hellios
E
EppO

Post by EppO »

gumbydammit wrote:[15:13] Refused DCC chat (no password): Me!~me@itsme.com
Its telling you you have no password... set one
I have one !! When i started my bot, i did a /msg hello to him and a /msg pass... So what's wrong ?
b
bobjuh
Master
Posts: 268
Joined: Wed Oct 03, 2001 8:00 pm
Location: Netherlands
Contact:

Post by bobjuh »

EppO wrote:
gumbydammit wrote:[15:13] Refused DCC chat (no password): Me!~me@itsme.com
Its telling you you have no password... set one
I have one !! When i started my bot, i did a /msg hello to him and a /msg pass... So what's wrong ?
as it says there is no pass.
set the pass again and try the dcc again
User avatar
]Kami[
Owner
Posts: 590
Joined: Thu Jul 24, 2003 2:59 pm
Location: Slovenia
Contact:

Post by ]Kami[ »

/MSG <botnick> <pass> <yourpass>, like /MSG someone pass 1234. This should work ....or set eggdrop.conf from new ....

Greetings
V
Volume
Halfop
Posts: 84
Joined: Fri May 23, 2003 5:08 am

Post by Volume »

the ~ in front of the ident is most the problem...

.die
the bot
and edit the userfile
make your host from:

*!~me@itsme.com

to

*!*me@itsme.com

save the userfile

start the bot

set your pass with /msg botnick pass yourpasswort
Locked