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.

Questions

Old posts that have not been replied to for several years.
Locked
i
ice2003
Voice
Posts: 4
Joined: Tue Aug 23, 2005 7:59 pm

Questions

Post by ice2003 »

I was hoping somebody might be able to answer some questions for me.

I have downloaded eggdrop and compiled it onto my box which is running fedora core 4 the compile went well and no errors were reported.

I edited the config file and went through each section of it, now it get intresting what i am doing is i have set up a test bed on my local box so i can test things out before i make things live.

I have unreal ircd running and what i wanted to do is have the bot join then go into a channel from there with a tcl script i have it reports info back to my web site which takes that info and puts it into a sql database.

from there info from the dabase can be used on the website to show some stats as in number of people in the channel ect,ect

my question is can i get the bot to join my irc server which is running on 127.0.0.1 , i put this info into the eggdrops config file.

when i run eggdrop i get the following.

Code: Select all

Eggdrop v1.6.17 (C) 1997 Robey Pointer (C) 2004 Eggheads
[11:43] Allocated bind table unld (flags 1)
[11:43] Allocated bind table time (flags 1)
[11:43] Allocated bind table note (flags 0)
[11:43] Allocated bind table nkch (flags 1)
[11:43] Allocated bind table load (flags 1)
[11:43] Allocated bind table link (flags 1)
[11:43] Allocated bind table filt (flags 1)
[11:43] Allocated bind table disc (flags 1)
[11:43] Allocated bind table dcc (flags 0)
[11:43] Allocated bind table chpt (flags 1)
[11:43] Allocated bind table chon (flags 1)
[11:43] Allocated bind table chof (flags 1)
[11:43] Allocated bind table chjn (flags 1)
[11:43] Allocated bind table chat (flags 1)
[11:43] Allocated bind table bot (flags 0)
[11:43] Allocated bind table bcst (flags 1)
[11:43] Allocated bind table away (flags 1)
[11:43] Allocated bind table act (flags 1)
[11:43] Allocated bind table evnt (flags 1)
[11:43] --- Loading eggdrop v1.6.17 (Wed Aug 24 2005)
[11:43] * Please make sure you edit your config file completely.
[ice@localhost eggdrop]$
am i right in thinking that is all normal i run eggdrop with ./eggdrop -n

i don't however see it turn up on my local irc server

am i doing something wrong and if so can somebody point me in the right direction. This is the first time i have ever used eggdrop.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Re: Questions

Post by demond »

ice2003 wrote: I edited the config file and went through each section of it, now it get intresting what i am doing is i have set up a test bed on my local box so i can test things out before i make things live.
obviously you didn't, otherwise you would have removed the [die] line that terminates your bot

Please make sure you edit your config file completely. is there for a reason
Locked