TelNet console [Solved]

General support and discussion of Eggdrop bots.
Post Reply
User avatar
Giel
Voice
Posts: 5
Joined: Tue Feb 06, 2007 5:19 pm
Location: The Netherlands

TelNet console [Solved]

Post by Giel »

When I TelNet to my shell with Putty, I can't get on the partyline with either of my bots. All I get is the command prompt...
What might be wrong in the settings?
Last edited by Giel on Mon Feb 26, 2007 7:01 am, edited 1 time in total.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Code: Select all

DCC CHAT <nick> 
CTCP <nick> CHAT
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
et109
Voice
Posts: 7
Joined: Sun Feb 25, 2007 9:47 am
Location: Pennsylavnia

telnet

Post by et109 »

looks like a port problem, have you checked the port when you start PuTTy ?
It defaults to port 23 for telnet, you have to use the port you setup in eggdrop.conf. :

# 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 #### bots
listen #### users
#
# If you wish to use only one port, use this format:
#
# listen 3333 all
#
User avatar
Giel
Voice
Posts: 5
Joined: Tue Feb 06, 2007 5:19 pm
Location: The Netherlands

Post by Giel »

Thanks, works now..turned out i had the wrong ports set in the config :shock:
Post Reply