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 didn't appear on IRC

Old posts that have not been replied to for several years.
Locked
n
nemo
Voice
Posts: 7
Joined: Sun Sep 05, 2004 2:10 am
Location: KuwaiT
Contact:

bot didn't appear on IRC

Post by nemo »

Hello

My bot didn't appear on IRC ,

~/eggdrop1.6.16$ ./eggdrop -m b0ts.conf

Eggdrop v1.6.16 (C) 1997 Robey Pointer (C) 2004 Eggheads
[19:51] --- Loading eggdrop v1.6.16 (Mon Sep 6 2004)
[19:51] * EXIT


What i do now ?? :-?
nemo
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Make sure your configuration file is loading both the DNS & IRC modules.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

I don't think by saying "EXIT" your bot is even loaded into the background. It has self terminated itself. Did you edit the .config file properly? If so you don't have an idea, go download the sample .conf files on egghelp.org's page and use those!

Hint:
#Search the config file
#Remove the 'die' command everwhere you find it in the .conf file uncommented in a seperate line or just comment it.


To check if the eggdrop process in running on the machine in the background type:

ps x

This will show you a list of running processes. If your ./eggdrop -m bot.conf is not in any of those it means your bot hasn't been loaded into the background and hence it will obviously not be on IRC. :mrgreen:
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
n
nemo
Voice
Posts: 7
Joined: Sun Sep 05, 2004 2:10 am
Location: KuwaiT
Contact:

Post by nemo »

Ok thanks.



About eggdrop.conf, I need example to config file for Eggdrop v1.6.16


:wink:
nemo
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

nemo wrote:Ok thanks.

About eggdrop.conf, I need example to config file for Eggdrop v1.6.16

:wink:
You can download the eggdrop source any number of places, try eggheads.org or here..... or here's a novel idea, try reading the documentation that is included with your bot in the ~eggdrop/doc/ directory.
If all that fails, maybe you need to go to the egghelp homepage, and start clicking the links in the left pane, being absolutely sure to read every single word contained in Setting Up Your Eggdrop. Hope that helps :wink:
n
nemo
Voice
Posts: 7
Joined: Sun Sep 05, 2004 2:10 am
Location: KuwaiT
Contact:

Post by nemo »

Hello


thanks YooHoo.

I have Eggdrop 1.6.16 in putty, but i think my problem in config file.

botnick its b0ts

and channel its #sheko

i type botnick and channel in config file, but bot didnt appear on irc, I need example of a config file what i type and what i dont touch it like this http://www.acky.net/tutorials/irc/eggdrop.txt :oops:
nemo
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

As YooHoo stated in his post you can follow the example of setting up an eggdrop here. It would probably assist you if you downloaded eggdrop.conf from your eggdrop1.6.16 directory and read carefully the steps in the link posted. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
n
nemo
Voice
Posts: 7
Joined: Sun Sep 05, 2004 2:10 am
Location: KuwaiT
Contact:

Post by nemo »

nemo
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

First of all you see, your modules aren't loaded correctly. Then if they arent loaded correctly, there will be errors in the .conf file recognizing tcl binds. In this case it is the unbind.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
User avatar
gumbydammit
Master
Posts: 311
Joined: Thu Sep 05, 2002 4:52 pm
Location: Canada
Contact:

Post by gumbydammit »

looks like you did not read the link you were given on setting up an eggdrop... you are starting your bot from your compile dir.. either because you did not even install it yet.. or did not read what it told you when you did :) read the docs that came with your bot.. and this site!
a.k.a. hellios
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Just type:

cd eggdrop1.6.16
make install

or

make install DEST=/home/usr/dir


Then after it is transferred from the compilation directory to the new directory from where you can run the bot. Leave the compilation directory and go into the new directory and run the bot from there.

type:

cd ..
cd eggdrop
./eggdrop -m myconfig.file
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Locked