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.

Can't communicate with my bot

General support and discussion of Eggdrop bots.
Post Reply
M
Maldave
Voice
Posts: 1
Joined: Sun Jun 30, 2013 9:37 am

Can't communicate with my bot

Post by Maldave »

Hi,

I have set up a windrop bot but when I try and communicate with it it wont work.

I have made myself master with the hello message. Now when I try to DCC chat with it I get Waiting for acknowledgement... even though I have closed down my firewall + antivirus.

When I use CTCP chat I get a confirmation for "Nickname" and "Password". When I input nickname its asking for password. When I enter the passwork the CTCP chat closes down imidiately.

ANd finally telnet. I can connect to it fine and it ask for nick and pass. But when I input nick and then password it closes down instantly :< (same fenomena as with the CTCP).

Anyone have any idea what is wrong here ?
w
willyw
Revered One
Posts: 1202
Joined: Thu Jan 15, 2009 12:55 am

Post by willyw »

Assuming that you start the bot with:
eggdrop eggdrop.conf

Try it with the -n switch, like this:
eggdrop -n eggdrop.conf


You can get descriptions of all the switches with:
eggdrop -h

and the -n switch is:
"-n Don't background; send all log entries to console."

The purpose of this exercise, is so that you can hopefully see what is going on. Run the bot with the -n switch, and it won't go into the background.
Then, attempt to connect using /ctcp botnick chat and then try using telnet.
Watch what happens when you give it your password each time.
Hopefully, you'll see something that is a clue.
Post Reply