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 12 matches

by jsl
Tue Oct 02, 2018 9:09 am
Forum: Eggdrop Help
Topic: Eggdrop fails to connect to external urls
Replies: 0
Views: 5409

Eggdrop fails to connect to external urls

I have a tcl script that's supposed to fetch info (title) of links that are posted to channels. However recently it suddenly stopped working. When a link is posted at a channel, the bot tells me this (for example): Connection to https://www.google.com failed It seems that that error message is produ...
by jsl
Mon Jul 30, 2007 3:53 pm
Forum: Eggdrop Help
Topic: Bot's settings "reverting"
Replies: 5
Views: 2972

Is it a new issue? Because I had an eggdrop on that network (QuakeNet) for years, up until about 2-3 months ago, and never had any problems like this.

Does anyone else know more about this?
by jsl
Mon Jul 30, 2007 3:22 pm
Forum: Eggdrop Help
Topic: Bot's settings "reverting"
Replies: 5
Views: 2972

As for your second query, does the output from .channel #yourchan seem correct when these issues arise? No. It says that there are 20 people on that channel, even though there are actually 26 people there. Also now that I tell it (in the console) to op someone, it says " I'm not on #<channel> ...
by jsl
Mon Jul 30, 2007 7:16 am
Forum: Eggdrop Help
Topic: Bot's settings "reverting"
Replies: 5
Views: 2972

Bot's settings "reverting"

When I first conffed my eggdrop, put one channel's settings straight in the .conf file, and had this: need-op { putserv "PRIVMSG #hernandos :op" } I soon learned this is not a good idea as the bot then floods the channel with "op" every minute if it isn't opped... I then removed ...
by jsl
Mon Nov 06, 2006 2:48 am
Forum: Eggdrop Help
Topic: Problems with compiling the bot
Replies: 15
Views: 9619

I added #include "proto.h" to those 3 files, ./configure and 'make config' went fine, and now it says: [8:44] koopa ~/eggdrop1.6.18 % make This may take a while. Go get some runts. cc -g -I.. -I.. -DHAVE_CONFIG_H -c bg.c cc -g -I.. -I.. -DHAVE_CONFIG_H -c botcmd.c cc -g -I.. -I.. -DHAVE_CO...
by jsl
Sun Nov 05, 2006 10:14 pm
Forum: Eggdrop Help
Topic: Problems with compiling the bot
Replies: 15
Views: 9619

I cleared some space on my shell account, and now it doesn't give those fork errors anymore. However I still get the original error: Linking eggdrop (standard build). cc -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...
by jsl
Sun Nov 05, 2006 2:03 pm
Forum: Eggdrop Help
Topic: Problems with compiling the bot
Replies: 15
Views: 9619

During the 'make config' I sometimes get messages like this: ./config.status: fork: Resource temporarily unavailable For example: checking for zlib.h... yes .././compress.mod/configure: fork: Resource temporarily unavailable updating cache ../../../config.cache configure: creating ./config.status ./...
by jsl
Sat Nov 04, 2006 3:41 pm
Forum: Eggdrop Help
Topic: Problems with compiling the bot
Replies: 15
Views: 9619

I just get this: [21:39] koopa ~/eggdrop1.6.18 % make This may take a while. Go get some runts. ---------- Yeah! That's the compiling, now the linking! ---------- Linking eggdrop (standard build). cc -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o dccutil.o dns.o flags.o langua...
by jsl
Sat Nov 04, 2006 11:57 am
Forum: Eggdrop Help
Topic: Problems with compiling the bot
Replies: 15
Views: 9619

rosc2112 wrote:Did you try what I suggested about adding proto.h to the main.h file?
Yes... Still gives the same error :(
by jsl
Sat Nov 04, 2006 2:15 am
Forum: Eggdrop Help
Topic: Problems with compiling the bot
Replies: 15
Views: 9619

Refer to the COMPILE-GUIDE in ~/eggdrop1.6.18/doc regarding compiling eggdrop on SunOS. All it says is: G. Solaris / SunOS Follow the standard compile process in Section A. To compile dynamically (with module support), use 'make eggdrop' instead of 'make'. Note that on Solaris / SunOS, the LD_LIBRA...
by jsl
Thu Nov 02, 2006 2:04 am
Forum: Eggdrop Help
Topic: Problems with compiling the bot
Replies: 15
Views: 9619

What options did you use for configure and what platform is this on? Umm... The default options I guess, just ./configure and 'make config'. About the platform, it's my ISP's unix server... I'm don't know more details... Does this answer to your question: "Sun Microsystems Inc. SunOS 5.10 Gene...
by jsl
Wed Nov 01, 2006 9:43 pm
Forum: Eggdrop Help
Topic: Problems with compiling the bot
Replies: 15
Views: 9619

Problems with compiling the bot

When I'm trying to set up my eggdrop version 1.6.18, the first two steps ('./configure', 'make config') go fine. However when I then type 'make' I get this: [3:35] koopa ~/eggdrop1.6.18 % make This may take a while. Go get some runts. cc -g -I.. -I.. -DHAVE_CONFIG_H -c bg.c cc -g -I.. -I.. -DHAVE_CO...