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

by Galadhrim
Wed Aug 17, 2005 5:34 am
Forum: Archive
Topic: bot went bezerk after a stoned server msg
Replies: 12
Views: 7016

Thanks, it found some errors in TLS and TCL. :lol: So far none in my module. But will test it more, it might just be a small annoying bug.
by Galadhrim
Wed Aug 17, 2005 4:58 am
Forum: Modules & Programming
Topic: Translate TCL to C++ Please!!
Replies: 7
Views: 15171

the woobie.mod is a joke, there is a mod out called something like sheep.mod. its a bit more advanced. Ask questions here about certains things and we can help you...
by Galadhrim
Wed Aug 10, 2005 5:17 am
Forum: Modules & Programming
Topic: Problems with "global".. on compile-time (with my
Replies: 7
Views: 13604

What happens when you comment the part of global in this line (line 64 in htlive.c: static Function *global = NULL, *channels_funcs = NULL,*server_funcs = NULL; change to static Function *channels_funcs = NULL,*server_funcs = NULL; I think demond is right as you have no real error in your code. It w...
by Galadhrim
Wed Aug 03, 2005 4:05 pm
Forum: Archive
Topic: bot went bezerk after a stoned server msg
Replies: 12
Views: 7016

well that was a short try. it wont join irc when i compile without threads. waited 10 mins. tried 3 times. :|

Can't make a static compile as I'm including mysql header and lib files.

We'll have to continue with blinds on then.

tnx anyway.
by Galadhrim
Wed Aug 03, 2005 3:53 pm
Forum: Archive
Topic: bot went bezerk after a stoned server msg
Replies: 12
Views: 7016

I know how to code things ;)

Will try no threads and static debug. As normal debug only provides debug stuff for eggdrop core and not modules. That is as far as the previous debugging messages showed me...

Thanks for the hints.
by Galadhrim
Wed Aug 03, 2005 3:44 pm
Forum: Archive
Topic: DCC help
Replies: 4
Views: 2814

oorrrr. you are using a firewall in windows XP (or similar) or your router / firewall settings are not forwarding the ports needed to use DCC.
by Galadhrim
Tue Aug 02, 2005 7:47 am
Forum: Archive
Topic: mysql table read
Replies: 4
Views: 2759

indeed, with that you dont need a separate mysql database server, since the package is the server.
by Galadhrim
Mon Aug 01, 2005 11:42 am
Forum: Archive
Topic: Problem with saving the userfile & other commands overal
Replies: 13
Views: 6384

does the bot have the correct rights?

The bot should be booted with the user who owns the files or the files(& dirs) should have property 777. Otherwise it will never work.
by Galadhrim
Mon Aug 01, 2005 11:32 am
Forum: Archive
Topic: bot went bezerk after a stoned server msg
Replies: 12
Views: 7016

Linux 2.6.12.3 // Debian 3.0 Testing. I didn't compile anything. I just use the apt-get tool to install software that Debian packaged for me. And the silly thing is. The eggdrop boots perfectly once in a while so i'm guessing that thanks to the add_hook the function that checks the topic of a channe...
by Galadhrim
Sun Jul 31, 2005 4:04 pm
Forum: Archive
Topic: bot went bezerk after a stoned server msg
Replies: 12
Views: 7016

and today a different error. I'm thinking this is my module but i havent changed it in months... Reading symbols from /usr/lib/libtcl8.4.so.0...done. Loaded symbols for /usr/lib/libtcl8.4.so.0 Reading symbols from /lib/tls/i686/cmov/libm.so.6...done. Loaded symbols for /lib/tls/i686/cmov/libm.so.6 R...
by Galadhrim
Sun Jul 31, 2005 5:23 am
Forum: Archive
Topic: mysql table read
Replies: 4
Views: 2759

what do i need to run mysql ? mysqltcl only ? You need a mysql server, like the one from your site. (The data doesn't come from a blackhole :D ) And you need mysqltcl. You can talk to the server using the mysqltcl in your tcl script. Once you got that create a query that gets the user data from the...
by Galadhrim
Sat Jul 30, 2005 3:05 pm
Forum: Modules & Programming
Topic: Module in C++
Replies: 14
Views: 24177

It would be cool to have it all in C++ so you can make 1 class which is your module. That would eliminate alot of worries. Obviously it would take a very long time. And I can understand why the chap wants to use C++ as it is the 2nd programming language I learned and is easier to understand when you...
by Galadhrim
Sat Jul 30, 2005 11:40 am
Forum: Archive
Topic: bot went bezerk after a stoned server msg
Replies: 12
Views: 7016

Same deal again! This time it crashed right after the "WaitForTCL..." command at "clone". I cleaned it, installed a new kernel (2.6.12.3) and tried again. It works now. I will try to remember to post a full bug report here if it happens again. I have a feeling it was a kernel bug...
by Galadhrim
Sat Jul 30, 2005 11:33 am
Forum: Modules & Programming
Topic: Module in C++
Replies: 14
Views: 24177

everything is coded in C would take a real long while to make your C++ module to work with it. Believe me I tried, it doesnt help performance either...
by Galadhrim
Mon Jul 25, 2005 5:32 am
Forum: Archive
Topic: Setting user mode to +R for all my bots
Replies: 17
Views: 7262

if you want a nice auth script use the Qauth.tcl script (googlable) and change the line where the auth cmd is being send (provided your network uses a different format etc). the tcl checks if you are authed and also upon disconnect/reconnect re-auths.