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 session closed in ctcp chat or DCC chat session timeout

General support and discussion of Eggdrop bots.
Post Reply
User avatar
Arnold_X-P
Master
Posts: 226
Joined: Mon Oct 30, 2006 12:19 am
Location: DALnet - Trinidad - Beni - Bolivia
Contact:

DCC session closed in ctcp chat or DCC chat session timeout

Post by Arnold_X-P »

maybe this has happened to many of those who try to use the latest version of eggdrop
DCC Chat session
-
Client: Botname (10.154.0.2)
Time: Thu Jul 23 14:19:29 2020
-
Acknowledging chat request...
-
Unable to connect
-
DCC session closed
the detail is in the .conf I leave a little guide on how to fix it

this solution for eggdrop 1.6.21 in eggdrop.conf
set my-hostname "n.cafechat.org"
set my-ip "192.157.193.103"
listen 1357 users
set protect-telnet 0

this solution for eggdrop 1.8.0 in eggdrop.conf
in eggdrop 1.8.4 to use said vhost and ip I would configure it like this;
set my-hostname "ca2.shell.xshellz.com"
set my-ip "198.245.62.27"

these two settings marked with red in the last version were replaced by set vhost4 & set listen-addr
set vhost4 "n.cafechat.org"
set listen-addr "192.157.193.103"
listen 1357 users
set protect-telnet 0
I will leave here an example of how to use the different types of connections for irc servers
## Connection for IPv4 ##
set servers {
fidelity.dal.net:6667
agility.dal.net:6667
irc.dal.net:6667
ix.dal.net:6667
}

## Connection for IPv4 + SSL ##
set servers {
irc.dal.net:+6697
ix.dal.net:+6697
}

## Connection for IPv6 when my ip supports ipv6 without SSL ##
set servers {
fidelity-v6.dal.net:6667
agility-v6.dal.net:6667
ipv6.dal.net:6667
}

## Connection for IPv6 + SSL ##
set servers {
fidelity-v6.dal.net:+6697
agility-v6.dal.net:+6697
ipv6.dal.net:+6697
}
I hope this little help solves the ctcp chat via mirc connection problem
:lol:
in IRC
CafeTrivia is test@2605:f700:40:400::1537:1ba7 * A Jugar a la Trivia!!!
CafeTrivia on #Tcls
CafeTrivia using fidelity.tx.us.dal.net fidelity
CafeTrivia is using a secure connection (SSL)
CafeTrivia End of /WHOIS list.
requesting ctcp request
-> [CafeTrivia] HELLO
-> [CafeTrivia] CHAT
-CafeTrivia- Hi Arnold_X-P! I'm CafeTrivia, an eggdrop bot.
-CafeTrivia- I'll recognize you by hostmask '*!*shun@181.115.134.*' from now on.
-CafeTrivia- YOU ARE THE OWNER ON THIS BOT NOW
the bot accepts the dcc request

Acknowledging chat request...
DCC Chat connection established
-
<Arnold_X-P> Arnold_X-P
<CafeTrivia> ÿû
<Arnold_X-P> My_pass
<CafeTrivia>
<CafeTrivia> Connected to Kantutina, running eggdrop v1.8.4
Last edited by Arnold_X-P on Mon Jul 27, 2020 9:49 pm, edited 1 time in total.
.:an ideal world:. www.geocities.ws/chateo/yo.htm
my programming place /server ix.scay.net:7005
User avatar
ComputerTech
Master
Posts: 399
Joined: Sat Feb 22, 2020 10:29 am
Contact:

Post by ComputerTech »

Yes, that is a good guide Arnold_X-P

Sometimes also you can try editing this part of the config, this can fix firewall problems

Code: Select all

set nat-ip "127.0.0.1"
replace 127.0.0.1 with the box/server/shell ip address :wink:
ComputerTech
User avatar
Arnold_X-P
Master
Posts: 226
Joined: Mon Oct 30, 2006 12:19 am
Location: DALnet - Trinidad - Beni - Bolivia
Contact:

Post by Arnold_X-P »

yes... ComputerTech
yes thank you for the data that set I do not need to mention
this solution FINAL for eggdrop 1.8.0 in eggdrop.conf
in eggdrop 1.8.4 to use said vhost and ip I would configure it like this;
set my-hostname "ca2.shell.xshellz.com"
set my-ip "198.245.62.27"

these two settings marked with red in the last version were replaced by set vhost4 & set listen-addr
set vhost4 "n.cafechat.org"
set listen-addr "192.157.193.103"
listen 1357 users
set protect-telnet 0
set nat-ip "127.0.0.1"
support eggdrop in #eggdrop DALnet & #tcl in chatzona
.:an ideal world:. www.geocities.ws/chateo/yo.htm
my programming place /server ix.scay.net:7005
Post Reply