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]$
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.