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.

Bot launches but he is not on IRC?!?

Old posts that have not been replied to for several years.
Locked
S
Smradac

Post by Smradac »

When I tipe in the shell eggdrop -m eggdrop.conf it says that the bot lauches succesfully but the bot doesn´t appear on the IRC.I checked my conf file at least three times and it seems that is not the problem in conf file.Can you please help me?

Thnx

P.S:Sorry for my english it´s bad becuse I come from Slovenija.
S
Stafford

Post by Stafford »

Hi, I'm not sure if you set the servers correctly. You may like to try adding more servers to your .conf

Also, check with the server admin and check the servers rules to see if it accepts Eggdrop. Some server don't

Hope this would help :smile:
S
Smradac

Post by Smradac »

I added more servers that support eggdrop and the bot still doesn´t join IRC.Here is what happens when I tipe command eggdrop -m eggdrop2.conf:

Eggdrop v1.3.28 (c)1997 Robey Pointer (c)1999 Eggheads
[15:14] --- Loading eggdrop v1.3.28 (Sun Apr 14 2002)
[15:14] Listening at telnet port 3333 (all)
[15:14] MSG203 channels
[15:14] === SERVER SUPPORT LOADED
[15:14] MSG203 server
[15:14] MSG203 ctcp
[15:14] MSG203 irc
[15:14] MSG203 notes
[15:14] MSG203 console
[15:14] MSG203 blowfish
[15:14] Creating channel file


MSG536
MSG537MSG538

[15:14] === Stinkey: 1 channels, 0 users.

Launched into the background (pid: 27682)


P.S:The eggdrop is already in the server so that I only have to create .conf file and start it.Have I been doing something wrong?Should I use any other command not the eggdrop -m eggdrop2.conf? The ./eggdrop -m eggdrop2.conf command doesn´t work because the eggdrop is alredy in the server like I said before so that I should only make .conf file and run it but it still doesn´t work.
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

First of all, it looks like you forgot to do "make install" (that's why you're getting those weird MSG2983 lines).

Second, try running ./eggdrop -n yourbot.conf and see what messages it prints out. That might have a hint about where the error is.
Locked