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

by Photon
Sat Aug 16, 2003 1:08 pm
Forum: Archive
Topic: H_notc arguments
Replies: 3
Views: 1846

right, to confirm what I said before, it is a bug. The latest CVS version now has the fix in it, so I'm told, but the patch for 1.6.15 is this : in /src/mod/server.mod/server.c, line 1983, this line : H_notc = add_bind_table("notc", HT_STACKABLE, server_6char); should be this : H_notc = ad...
by Photon
Sat Aug 16, 2003 11:35 am
Forum: Archive
Topic: H_notc arguments
Replies: 3
Views: 1846

see my new post (yes, ok, I should read first, but I reckon its a bug...

FYI - struct userrec *u is wrong - it should be char * pHand (handle)
by Photon
Sat Aug 16, 2003 11:17 am
Forum: Archive
Topic: Possible bug in 1.6.15 server mod
Replies: 1
Views: 1136

edit I see this post http://forum.egghelp.org/viewtopic.php?t=5109 is having similar problems to me ... did you ever manage to sort it out serra?
by Photon
Sat Aug 16, 2003 11:12 am
Forum: Archive
Topic: Possible bug in 1.6.15 server mod
Replies: 1
Views: 1136

Possible bug in 1.6.15 server mod

I think I have found another eggdrop bug in 1.6.15... It has to do with the H_notc bind used in a module. The H_notc table is passed with a checking function that checks for 6 arguments, even though only 5 are passed, thus whatever number of arguments I use, either static int QAUTH_HandleNotices(cha...
by Photon
Thu Mar 06, 2003 3:49 pm
Forum: Archive
Topic: module programming - step 2
Replies: 23
Views: 9545

by that I presume you mean C++... I've never tried it .. I know gcc does c++ if you just change the extension of the file to .cpp but I also know this does affect a number of things. My question is this, does it compile as C - if it does, then you have your answer. Dont use C++. Real programmers use...
by Photon
Wed Mar 05, 2003 3:33 pm
Forum: Archive
Topic: module programming - step 2
Replies: 23
Views: 9545

look in modules.h - these are all the functions externed to you, via the setting up of pointers with moduel_depends....

You are reinventing the wheel. (apart from matchattr, annoyingly)
by Photon
Wed Feb 05, 2003 10:50 am
Forum: Archive
Topic: Multithreaded Eggdrop ?
Replies: 4
Views: 1356

A minor point, but in my experience tcl exec blocks until the external process quits. Under C it is very easy to multithread (i've just done it in a module I'm writing, but not easy to get the output from the second task unless it specifically reads/writes from a file.) However, you can flag complet...
by Photon
Thu Jan 30, 2003 8:37 am
Forum: Archive
Topic: new project: module coding for beginners
Replies: 2
Views: 1918

There arent many howtos to be honest. Woobie is a good start. Sheep even better so - they are basically templates that you can then adapt ... there are a couple of caveats that I learnt by sheer brute force. Basically I learnt from those two, a couple of other peoples modules and the eggdrop code it...
by Photon
Wed Jan 22, 2003 10:52 am
Forum: Archive
Topic: Bizarre userfile download problem
Replies: 5
Views: 1211

My brain hurts. This one *is* bizarre. My thoughts so far ... you didnt accidentally throw away one of the transfer or share modules when making it limbo did you? Most likely not seeing as it can d/l userfiles. the machine that the bot is on ... is it firewalled? The ok one way thing but not the oth...
by Photon
Wed Jan 22, 2003 10:07 am
Forum: Archive
Topic: Bizarre userfile download problem
Replies: 5
Views: 1211

Question : When you say acting as a hub or a leaf, you just mean changing the flags right?
by Photon
Wed Jan 22, 2003 9:02 am
Forum: Archive
Topic: WinDrop question
Replies: 4
Views: 1102

I'm not an expert with windrops but iirc the temp dir is set in the conf file. presumably you have set it to a dir that doesnt exist.

[EDIT] search for temp-path in your .conf
by Photon
Wed Jan 22, 2003 8:48 am
Forum: Archive
Topic: Eggdrop Deleting repeat lines?
Replies: 1
Views: 625

See the setting in your . conf file

double-server

and

double-help.
by Photon
Mon Jan 20, 2003 2:39 pm
Forum: Archive
Topic: On Join
Replies: 5
Views: 1404

There actually is a H_Join command table exported by the IRC module. If you add your function to that it will probably be easier...
by Photon
Mon Jan 20, 2003 2:37 pm
Forum: Archive
Topic: newbie
Replies: 2
Views: 1022

I'm probably your best bet ... there only seems to be me and G'Quan writing them as a habit right at the mo... lol
by Photon
Thu Jan 16, 2003 8:23 am
Forum: Archive
Topic: DNS LOOKUP problem
Replies: 6
Views: 2124

Do those machines have access to dns normally? Are you using NAT connections or proxy style for the internal machines? if proxy then you probably have no access to DNS anyway... Otherwise its a windrop problem, and I have a suspicion that searching the site *may* give you an answer... If the code is...