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.

Eggdrop Port

Old posts that have not been replied to for several years.
Locked
j
jones
Voice
Posts: 33
Joined: Fri Jun 25, 2004 12:36 am

Eggdrop Port

Post by jones »

Well
I´m run my eggdrop in 7778 port
when i edit my eggdrop.conf for port: 7777
and run agin my eggdrop, she continue use the port 7778

*** I use the line: listen port all
and other lines 'listen' i don´t use!

i don´t unsderstand!
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

# This opens a telnet port by which you and other bots can interact with the
# Eggdrop by telneting in.
#
# There are more options for the listen command in doc/tcl-commands.doc. Note
# that if you are running more than one bot on the same machine, you will want
# to space the telnet ports at LEAST 5 apart, although 10 is even better.
#
# Valid ports are typically anything between 1025 and 65535 assuming the
# port is not already in use.
#
# If you would like the bot to listen for users and bots in separate ports,
# use the following format:
#
# listen 3333 bots
# listen 4444 users
#
# If you wish to use only one port, use this format:
#
# listen 3333 all
#
# You need to un-comment this line and change the port number in order to open
# the listen port. You should not keep this set to 3333.
#listen 3333 all
Use this:

Code: Select all

listen 7777 all
Also if this doesn't work try contacting your administrator.
Maybe that port number on the machine is blocked or unusable.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

Or maybe port is already used by something else.
Que?
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

If, for example, port 1234 is in use, the bot will try port 1235, 1236, etc (i forget how high it goes.. 2 or 5 or something like that). The problem is 7777 must be in use, so it's using 7778 instead.

Hope this clears stuff up.


Wcc
Locked