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

by stilllearning
Mon Feb 20, 2006 10:08 am
Forum: Modules & Programming
Topic: understanding woobie...
Replies: 3
Views: 9619

demond wrote:those are function pointers, so you can simply replace them with NULLs
How would I write that? I mean the correct syntax
by stilllearning
Sun Feb 19, 2006 10:56 pm
Forum: Modules & Programming
Topic: understanding woobie...
Replies: 3
Views: 9619

understanding woobie...

Been reviewing woobie module and learning some C... Have a few questions though... - Why is module_start declared as a char? /* This function table is exported and may be used by other modules and * the core. * * The first four have to be defined (you may define them as NULL), as * they are checked ...
by stilllearning
Thu Feb 09, 2006 4:41 pm
Forum: Modules & Programming
Topic: is it possible to load a tcl script from a module?
Replies: 1
Views: 7405

is it possible to load a tcl script from a module?

Is it possible to load a tcl script from a module?
If so, how? Yes... I am not that great with C, but I'd just like some direction on this.
by stilllearning
Thu Feb 09, 2006 2:16 am
Forum: Scripting Help
Topic: regexp matching with a $string
Replies: 1
Views: 4118

regexp matching with a $string

I have a $string that contains a bunch of special characters that regexp will pick up as expressions... so how can I do... if {[regexp $string $matchstring]} { ... } since that won't work, what i am looking for is a way to negate expressions like \. for a period but for the entire $string to make it...
by stilllearning
Sun Jan 29, 2006 6:57 pm
Forum: Scripting Help
Topic: bot double ops, don't know why...
Replies: 7
Views: 7939

I have that mode off, but while I checked my channel modes I noticed +protectops is on. And that's probably what's triggering it, since the way I am testing the getops between bots is by deopping/kicking them. Now I noticed that when I do this with a client that is recognized with owner flags on the...
by stilllearning
Sun Jan 29, 2006 4:16 pm
Forum: Scripting Help
Topic: bot double ops, don't know why...
Replies: 7
Views: 7939

bot double ops, don't know why...

I'm using eggdrop 1.6.17, with no TCL scripts loaded but my own that I am writing. The script itself is fairly barebone at this moment. After studying getops.tcl that comes with eggdrop, I am writing my own... The script works fine except for one problem, my bots op twice. The 2nd time is -definitel...
by stilllearning
Sun Jan 29, 2006 2:59 am
Forum: Eggdrop Help
Topic: verbose output?
Replies: 2
Views: 5480

Ah, i forgot to throw in the `set console "mkcobxs"` from the default eggdrop.conf
by stilllearning
Sun Jan 29, 2006 2:10 am
Forum: Eggdrop Help
Topic: verbose output?
Replies: 2
Views: 5480

verbose output?

I use to have bots running with netbots. And I've since rebuilt them, now without netbots (trying to write my own botnet script). However the eggdrop is still the same version (1.6.17). The conf files are not exact copies, but should have the same settings unless i skipped something. Now my tcl scri...