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

by JC^
Tue May 29, 2007 12:26 pm
Forum: Script Requests
Topic: Auto-Add on Channel Registration
Replies: 5
Views: 3127

Auto-Add on Channel Registration

Hi. I'd like to make a script where the eggdrop can join and add itself to a channel as soon as its created. I've got a channel where every command is outputted and so when a channel is created and registered, the channel says: <Global> ChanServ: Channel '#Cottage-by-the-Sea' registered by Dorian I'...
by JC^
Sun May 27, 2007 5:23 am
Forum: Script Requests
Topic: Creating an access list
Replies: 5
Views: 3404

Thanks

THANKS!!!

You both are GENIUSES! Tosser^^'s code worked best for me.
by JC^
Sat May 26, 2007 6:48 am
Forum: Script Requests
Topic: Creating an access list
Replies: 5
Views: 3404

Thanks Tosser^^... After looking over some other posts in the forum as well as this one, I've made a list that works, but I'd like the output to be a bit different. Here is the code: proc proc_getlist {nick uhost hand chan arg} { putserv "NOTICE $nick :Users in $chan access list:" set tota...
by JC^
Fri May 25, 2007 1:56 pm
Forum: Script Requests
Topic: Creating an access list
Replies: 5
Views: 3404

Creating an access list

I've searched everywhere for the know-how and help, but can't find it, so I am posting here in the hopes that someone can help me. I am attempting to write my own script, basically taking over channel access from chanserv, allowing eggy to give AOP, SOP and Owner. I've done everything (including aut...