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 doesn't connect to irc network

General support and discussion of Eggdrop bots.
Post Reply
G
Gr00t
Voice
Posts: 4
Joined: Sun Jan 10, 2016 2:24 pm

eggdrop doesn't connect to irc network

Post by Gr00t »

Hi everyone,

today I installed eggdrop to my VPS, but it seems the eggdrop doesn't connect to my irc network. After installing I start the eggdrop via commando line command: " /usr/bin/eggdrop -m /home/eggiuser/eggdrop.conf"
Looks good, I get the message:
Eggdrop v1.6.21 (C) 1997 Robey Pointer (C) 2011 Eggheads
[13:29:01] --- Loading eggdrop v1.6.21 (Sun Jan 10 2016)
[13:29:01] Listening at telnet port 54123 (all).
[13:29:01] Module loaded: dns
[13:29:01] Module loaded: channels
[13:29:01] Module loaded: server
[13:29:01] Module loaded: ctcp
[13:29:01] Module loaded: irc
[13:29:01] Module loaded: notes (with lang support)
[13:29:01] Module loaded: console (with lang support)
[13:29:01] Module loaded: uptime
[13:29:01] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[13:29:01] use '.help userinfo' for commands.
[13:29:01] Writing channel file...


STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
OR go to IRC and type: /msg Testbot hello
This will make the bot recognize you as the master.
The problem is, the eggdrop doesn't appear in the irc network or chan. Nothing happens. Here is my config file:

~code removed, thread easier to read if shorter.

Maybe andbody have an idea why it doesn't work. I tested different irc servers, but none worked.
Thanks a bunch. :)
Last edited by Gr00t on Sun Jan 10, 2016 6:35 pm, edited 1 time in total.
w
willyw
Revered One
Posts: 1197
Joined: Thu Jan 15, 2009 12:55 am

Re: eggdrop doesn't connect to irc network

Post by willyw »

Gr00t wrote:Hi everyone,

today I installed eggdrop to my VPS, but it seems the eggdrop doesn't connect to my irc network. After installing I start the eggdrop via commando line command: " /usr/bin/eggdrop -m /home/eggiuser/eggdrop.conf"
...
That looks like a command to start a bot that has been installed via some repository.
apt-get ?

If so, you can get it to work, I suppose. But often, there are headaches.
Most - including me - will tell you to start over and compile from source, if possible.

Next - go here:
http://eggwiki.org/Eggdrop.conf
and text search for : deprecated
and read that info found there.

To me, one big reason to NOT add chans via eggdrop.conf, but only via partyline command: You should be in control of your bot BEFORE it ever enters a channel. Control comes from logging into the partyline.

Last:
Start the bot with the -n switch.
If you need to use -m , then use both, as in -mn

The -n switch keeps bot from going into the background. This way, you can see what is going on. Most likely, you will get a clue as to what the problem is.

( you can do:
./eggdrop -h
and get a brief description of all the command line options )
For a fun (and popular) Trivia game, visit us at: irc.librairc.net #science-fiction . Over 300K Q & A to play in BogusTrivia !
G
Gr00t
Voice
Posts: 4
Joined: Sun Jan 10, 2016 2:24 pm

Post by Gr00t »

Thanks for your reply. Yes, I used apt-get. I will remove it and will compile it by myself and try again.
Thanks for the advices also, I will check that.
w
willyw
Revered One
Posts: 1197
Joined: Thu Jan 15, 2009 12:55 am

Post by willyw »

http://www.egghelp.org/setup.htm


You might still need to use -mn to be able to see what is going on, if the new bot doesn't connect.

Let us know.
For a fun (and popular) Trivia game, visit us at: irc.librairc.net #science-fiction . Over 300K Q & A to play in BogusTrivia !
G
Gr00t
Voice
Posts: 4
Joined: Sun Jan 10, 2016 2:24 pm

Post by Gr00t »

Thanks for your help. After compiling, the eggdrop joined the server without problems. Another question. I see that SSL is at the moment not supported (only with dev version 1.8). Is there an extension for 1.6.21 or I could use the 1.8 dev?
w
willyw
Revered One
Posts: 1197
Joined: Thu Jan 15, 2009 12:55 am

Post by willyw »

Gr00t wrote:Thanks for your help. After compiling, the eggdrop joined the server without problems. Another question. I see that SSL is at the moment not supported (only with dev version 1.8). Is there an extension for 1.6.21 or I could use the 1.8 dev?
I think there is (or was) something that could be done with 1.6.21. I've never tried it. I do seem to recall reading that there were problems with it.

Ask around, but I think the best thing for you to do, if you want SSL, is to go to version 1.8 .

Congrats on your compiling you new bot. Have fun with it. :)
For a fun (and popular) Trivia game, visit us at: irc.librairc.net #science-fiction . Over 300K Q & A to play in BogusTrivia !
G
Gr00t
Voice
Posts: 4
Joined: Sun Jan 10, 2016 2:24 pm

Post by Gr00t »

Ok, thanks again for your help, I will take a look into the 1.8. :)
w
willyw
Revered One
Posts: 1197
Joined: Thu Jan 15, 2009 12:55 am

Post by willyw »

Gr00t wrote:Ok, thanks again for your help, I will take a look into the 1.8. :)
Try Freenode , and join #eggdrop and/or #egghelp.

Used to be that
http://eggheads.org/
was the place to download from.


They are doing github now, too. Not sure which is "best" now.
Ask there.
For a fun (and popular) Trivia game, visit us at: irc.librairc.net #science-fiction . Over 300K Q & A to play in BogusTrivia !
Post Reply