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.
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
#