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

by UmbraSG
Sun Dec 28, 2003 2:54 am
Forum: Archive
Topic: newban only kicking without banning.
Replies: 16
Views: 4399

Have you been able to get it to work lately? I've got the same issues, except that my chan has only 54 bans.
by UmbraSG
Sun Oct 26, 2003 4:42 pm
Forum: Archive
Topic: TCL commands imported.
Replies: 5
Views: 1559

*frustrated, anuerisming, and postal*

Well, I can't seem to get my module to check if the user is on the channel is op/voice. When I've tested it with putlog() function, it doesn't post any of the comments. Super, ultramega, uber frustrating!!!! Am I missing something????? I've stolen this lil'snippet from the banpub module: static int ...
by UmbraSG
Thu Oct 23, 2003 2:52 am
Forum: Archive
Topic: TCL commands imported.
Replies: 5
Views: 1559

Thanks! I got the timers to work perfectly. Still learning my way around the eggy's code.
by UmbraSG
Wed Oct 22, 2003 5:23 am
Forum: Archive
Topic: TCL commands imported.
Replies: 5
Views: 1559

hehe, yah I found out that space wasn't good, as well as the args for 'notc_hook' Learning C all over again, well, the more advanced parts of C like queues and linked lists. :-? Currently, I need to implement a timer so I can track bans, since this too will be added to the module or another one. Tha...
by UmbraSG
Mon Oct 20, 2003 2:34 am
Forum: Archive
Topic: TCL commands imported.
Replies: 5
Views: 1559

TCL commands imported.

Can I get tcl commands imported into my module, like isop, isbotop, etc, etc., etc.? TIA *edited* Nevermind, I have seemed to find the answer to the above question, but I have another if you all don't mind. I"m currently working on an fserver voicing module, but I can't seem to get it to proces...
by UmbraSG
Sat Oct 18, 2003 5:30 pm
Forum: Archive
Topic: Userbans & delayed kicking
Replies: 3
Views: 904

caesar wrote:To stop it set the channel to -enforcebans using .chanset.
I did that, it still was kicking before the banner had a chance to, even when it's command line.
by UmbraSG
Sat Oct 18, 2003 2:49 pm
Forum: Archive
Topic: Userbans & delayed kicking
Replies: 3
Views: 904

Userbans & delayed kicking

Okay, sorry for the bad title. Couldn't think of what to really put down... Okay, here's my problem. In my channel, an op will set a ban with a kick msg, but the bot beats him/her to it. How can I stop this, or at least delay it? I tried playing around with the config file, but it didn't stop it. AN...
by UmbraSG
Wed Feb 26, 2003 4:24 pm
Forum: Archive
Topic: Public trigger
Replies: 8
Views: 1522

Re: public trigger

Yeah, I couldn't get it to work either when I first started. I ended up just having to work off of woobie's code and using sheep.c as a reference, then graduating to gseen and such thrid-party modules. As for public triggers, it's pretty straight forward. static void pub_triggerme(char* nick, char* ...
by UmbraSG
Fri Jan 24, 2003 4:50 am
Forum: Archive
Topic: On Join
Replies: 5
Views: 1408

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... Yeah, the H_raw command table made my bot part the channel saying "Oops... somebody made me join <channel> ... Leaving ...." I probably didnt' use it correct...
by UmbraSG
Sat Jan 18, 2003 4:32 pm
Forum: Archive
Topic: On Join
Replies: 5
Views: 1408

Sweet! I'm going to try that out then. thank you.

Wcc wrote:Or if you are talking about a way to use a join bind in a module, you would need to import the server module functions (see other modules for an example). Then you would use the add_builtins(H_raw, <my table here>); to add the bind.
by UmbraSG
Tue Dec 24, 2002 3:12 am
Forum: Archive
Topic: On Join
Replies: 5
Views: 1408

On Join

Okay, I can't seem to find any thing to help me do this on-join module fuction. Can someone show me how to properly code it in or at least point me to a spot in code that I may have over looked??????

TIA ~ KevinP
by UmbraSG
Wed Nov 13, 2002 6:00 am
Forum: Archive
Topic: New to the module world. Need help.
Replies: 18
Views: 4958

YES!!!!! Finally, I got it to work! Thank you all for you help. Indeed, I was overlooking parts.

UmbraSG, who will probably have more questions soon enough ;)
by UmbraSG
Tue Nov 12, 2002 3:00 am
Forum: Archive
Topic: New to the module world. Need help.
Replies: 18
Views: 4958

Okay, going to give it a shot. Had computer problems, so it's a good thing I posted the code :D Ended up having to build an entirly new system and wipe the harddrives. God, don't you just love it when everything goes wrong all at once ?

Umby
by UmbraSG
Mon Oct 28, 2002 3:52 am
Forum: Archive
Topic: New to the module world. Need help.
Replies: 18
Views: 4958

ARGH!! So frutrated! A friend suggested that I do 'make static' which still caused me to have a Segment Violation error on a line that contain 'Context;' Honestly, i have felt like throwing my computer to the floor and stomping on it. woobie works without any problems what-so-ever, but if I had one ...
by UmbraSG
Fri Oct 25, 2002 3:57 pm
Forum: Archive
Topic: New to the module world. Need help.
Replies: 18
Views: 4958

Answer to #1: No dccing into the bot to type the command. I type it in the room. Yes, I have got a segment violation, but that one is with the compiled form. I have never got the one I compiled to work (dns module won't compile either because of no functional resolvers). It gave me a tcl?.h error ('...