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.

Problems with starting my eggdrop

Old posts that have not been replied to for several years.
Locked
O
Olli
Voice
Posts: 5
Joined: Wed May 25, 2005 6:41 pm

Problems with starting my eggdrop

Post by Olli »

Hi,
if I start my eggdrop with:
./eggdrop -m eggdrop.conf
diretly after installing and editing the config-file, I get the message, that the eggdrop started correct. But when I type /msg <mybot> hello, I alway get the message "no such nick/channel"

of course I checked the config-file several times, but I couldnt find anything, so i tried to start the eggdrop with
./eggdrop -n eggdrop.conf
aand: tadaa: the eggdrop replies to me, and recognizes me as Owner.
The big Problem: as far as is leave this "-n" mode with ctrl+c, the bot disconnects from the server, and theres no way, that he reconnects.
I tried many things, but i dont get it working :(

where could the fault be?!
any ideas?
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

telnet to the bot, login with NEW and see why it's not connecting to irc.
O
Olli
Voice
Posts: 5
Joined: Wed May 25, 2005 6:41 pm

Post by Olli »

i cant establish a telnet connection, cause I get timeuts - no chance :(

an with -n it starts fast, correct, an everthing works fine. thats odd :-/
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

are you allowed to run bg processes on that shell, then ?
O
Olli
Voice
Posts: 5
Joined: Wed May 25, 2005 6:41 pm

Post by Olli »

Yes I am - at first Startup it workes, but if it's shut down, i dont get it up anymore
G
Galadhrim
Op
Posts: 123
Joined: Fri Apr 11, 2003 8:38 am
Location: Netherlands, Enschede

Post by Galadhrim »

try this:
- Boot using "./eggdrop -n eggdrop.conf"
- Press Ctrl+Z (Ctrl+C means kill process)
- type in "bg"

You should be able to logout etc, the eggdrop runs in the background.
O
Olli
Voice
Posts: 5
Joined: Wed May 25, 2005 6:41 pm

Post by Olli »

Thank you very much, my hero :D

it works, thX
Locked