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.

Search found 14 matches

by w0by
Thu Dec 02, 2010 3:47 am
Forum: Modules & Programming
Topic: Uptime Contest
Replies: 0
Views: 7918

Uptime Contest

I have eggdrop 1.6.20 running on my server. I turned the firewall off and I put the server on the DMZ, but my bot still doesn't show up on the uptime contest website. When I type .module uptime it does show that it's activated and that it's sending packets properly. Does anyone have a clue on how to...
by w0by
Mon Jan 25, 2010 11:53 pm
Forum: Eggdrop Help
Topic: Problem with "make" on Snow Leopard/OSX
Replies: 24
Views: 11541

hmmmm...I'm looking in the eggdrop.h file and I can't find any similar lines that at all...I even did a search for the word "threaded" and it doesn't see anything....weird...do you think I should just put an older version of TCL on my system?
by w0by
Mon Jan 25, 2010 1:33 am
Forum: Eggdrop Help
Topic: Problem with "make" on Snow Leopard/OSX
Replies: 24
Views: 11541

re: hey there

Hey there,

I just got home and tried to boot up the bot without the -nt and the process isn't there or dies within a second or something. I'm guessing I'm having the bug you were writing about. What's the quickfix that I should use?

Thanks again!
by w0by
Sun Jan 24, 2010 8:46 pm
Forum: Eggdrop Help
Topic: Problem with "make" on Snow Leopard/OSX
Replies: 24
Views: 11541

Thanks a lot for your help. It must've been a fluke or something, I'm not sure, but it's up and running and connected on IRC now so I'm not sure why it kept dying before. Thanks again! I'm going to make sure I keep this information in a text file so i'll be able to remember to do the steps you told ...
by w0by
Sun Jan 24, 2010 7:32 pm
Forum: Eggdrop Help
Topic: Problem with "make" on Snow Leopard/OSX
Replies: 24
Views: 11541

Thanks for your help...I'm not sure if the bot works though because it says its started but then I go to telnet to it and its dead...I'll figure it out hopefully.
by w0by
Sun Jan 24, 2010 7:07 pm
Forum: Eggdrop Help
Topic: Problem with "make" on Snow Leopard/OSX
Replies: 24
Views: 11541

Thanks...the new eggdrop directory that it installed works properly....is this just a bug in OSX or something do you think? I used to be able to install and it would work fine...but now it comes up with those errors. Weird.
by w0by
Sun Jan 24, 2010 6:58 pm
Forum: Eggdrop Help
Topic: Problem with "make" on Snow Leopard/OSX
Replies: 24
Views: 11541

oops sorry, here's what it did when I hit enter

eggdrop:eggdrop1.6.19 eggdrop$ cd src eggdrop:src eggdrop$ gcc -pipe -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o dccutil.o dns.o flags.o language.o match.o main.o mem.o misc.o misc_file.o modules.o net.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o userent.o user...
by w0by
Sun Jan 24, 2010 6:52 pm
Forum: Eggdrop Help
Topic: Problem with "make" on Snow Leopard/OSX
Replies: 24
Views: 11541

Ok...I typed that into my eggdrop directory and I get: eggdrop:eggdrop1.6.19 eggdrop$ gcc -pipe -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o dccutil.o dns.o flags.o language.o match.o main.o mem.o misc.o misc_file.o modules.o net.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc....
by w0by
Sun Jan 24, 2010 6:44 pm
Forum: Eggdrop Help
Topic: Problem with "make" on Snow Leopard/OSX
Replies: 24
Views: 11541

I don't understand how to edit the code at all, I'm not sure where to look.
by w0by
Sun Jan 24, 2010 6:26 pm
Forum: Eggdrop Help
Topic: Problem with "make" on Snow Leopard/OSX
Replies: 24
Views: 11541

Do you mean when I type make, I should type make -lresolv, instead?
by w0by
Sun Jan 24, 2010 6:16 pm
Forum: Eggdrop Help
Topic: Problem with "make" on Snow Leopard/OSX
Replies: 24
Views: 11541

yes, here you go, thank you

gcc -pipe -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o dccutil.o dns.o flags.o language.o match.o main.o mem.o misc.o misc_file.o modules.o net.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o userent.o userrec.o users.o mod/*.o -L/usr/local/lib -ltcl8.5 -lm -ldl md...
by w0by
Sun Jan 24, 2010 6:10 pm
Forum: Eggdrop Help
Topic: Problem with "make" on Snow Leopard/OSX
Replies: 24
Views: 11541

re: hmm

Ok, I added the -lresolv in front of this but I'm still getting the same error -
# the actual module objects.
XLIBS = @TCL_LIBS@ @LIBS@ -lresolv
MODULE_XLIBS = @MODULE_XLIBS@
Is that where it was supposed to go?

Thanks for your help again
by w0by
Sun Jan 24, 2010 12:26 pm
Forum: Eggdrop Help
Topic: Problem with "make" on Snow Leopard/OSX
Replies: 24
Views: 11541

re

Ahh, thank you so much. As soon as I get home today I am going to try that out. I didn't realize that this website had a user forum, I've been trying to so long to find help but I haven't found anyone that knows about eggdrop yet. I'll let you know if I got it to work. Thanks again.
by w0by
Sun Jan 24, 2010 12:05 pm
Forum: Eggdrop Help
Topic: Problem with "make" on Snow Leopard/OSX
Replies: 24
Views: 11541

Problem with "make" on Snow Leopard/OSX

So I can do a ./configure, make config, but once I do make it comes up with this error. I did have a backup of my eggdrop bot's directory from before I formatted and I just copied it into my home directory and it starts right up and logs onto IRC. I'd just like to be able to trouble shoot/learn/unde...