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

by mikey2
Fri Sep 09, 2005 2:31 am
Forum: Archive
Topic: force user to part auto-join channel
Replies: 11
Views: 14261

didn't think about that...
the answer to your question is most likely no. Guess the best way to do this, is get users to download my modified copy of mirc and use a mirc script to close the lobby channel.

As always...thanks.
by mikey2
Thu Sep 08, 2005 6:20 pm
Forum: Archive
Topic: force user to part auto-join channel
Replies: 11
Views: 14261

lol...

I guess I'm not explaining myself well. I want my bot to force a nick joining my channel to part the #lobby that my server forces the user to join.
by mikey2
Thu Sep 08, 2005 3:54 pm
Forum: Archive
Topic: force user to part auto-join channel
Replies: 11
Views: 14261

force user to part auto-join channel

My server forces users to join a "lobby" when they connect to my server and channel. Is there a way to have the person part the lobby using tcl on my windrop?
by mikey2
Sat Aug 20, 2005 7:01 pm
Forum: Archive
Topic: Want to add ban to this working script (thx demond)
Replies: 13
Views: 8093

oops...this one doesn't ban at all. gives pm to user, but no ban onjoin nor with multiple /hops. Notice you cut out this portion of code: utimer $banafter(s) [list incr rejoins($n) -1] if {[incr rejoins($n)] >= $banafter(j)} { puthelp "MODE $chan +b *!*@[lindex [split $uhost @] 1]" is this...
by mikey2
Sat Aug 20, 2005 3:07 pm
Forum: Archive
Topic: Want to add ban to this working script (thx demond)
Replies: 13
Views: 8093

Script works, but only if you do a /hop in the channel. It does not ban when the user initially joins the channel. That's what I would like it to do. Here's the code: bind join - * foo proc foo {n u h c} { puthelp "whois $n" } bind raw - 311 got311 ;# first WHOIS reply bind raw - 307 got30...
by mikey2
Sat Aug 20, 2005 2:31 pm
Forum: Archive
Topic: Want to add ban to this working script (thx demond)
Replies: 13
Views: 8093

thanks for all your help... I'll give it a try.
by mikey2
Fri Aug 19, 2005 9:04 pm
Forum: Archive
Topic: Want to add ban to this working script (thx demond)
Replies: 13
Views: 8093

Sorry for being such a bonehead, but can you include this in your code, and paste the whole script here so I can see how it's done?

Thanks.
by mikey2
Fri Aug 19, 2005 8:05 pm
Forum: Archive
Topic: Want to add ban to this working script (thx demond)
Replies: 13
Views: 8093

Thanks for your quick comments Sir_Fz. And Alchera, can you give me an example of your suggestion? Sorry I'm a newbie here. Question for Sir_Fz: Will this code kick/ban for 5 mins. for each join? As this will prevent auto-join for non-reg. users. So the flow should be as follows: 1st. join - kick/ba...
by mikey2
Fri Aug 19, 2005 5:53 pm
Forum: Archive
Topic: Want to add ban to this working script (thx demond)
Replies: 13
Views: 8093

Want to add ban to this working script (thx demond)

This bit of code to check if a user's nick is registered works great (a big thanks go out to Demond for all their help:) bind join - * foo proc foo {n u h c} { puthelp "whois $n" } bind raw - 311 got311 ;# first WHOIS reply bind raw - 307 got307 ;# nick has identified (registered) bind raw...
by mikey2
Fri Aug 19, 2005 3:27 am
Forum: Scripting Help
Topic: pm user if raw 307 is null
Replies: 22
Views: 18226

ok...so far so good :)

Next, I would like to add a 5 min. ban for non-reg. users (after they get the pm, of course). (3) attempts to join in 24 hours without registering gets a permanent ban.
by mikey2
Fri Aug 19, 2005 2:44 am
Forum: Scripting Help
Topic: pm user if raw 307 is null
Replies: 22
Views: 18226

I've officially changed my nick to bonehead...lol works FINE when u re-start...re-hash don't do a darn thing. ur my hero :) Thanks so much for your help. Sorry I took so long to see the light. Now...I'd like to dress up the pm output a bit. What is an easy way (a.k.a. a way I'll understand) to add c...
by mikey2
Fri Aug 19, 2005 2:16 am
Forum: Scripting Help
Topic: pm user if raw 307 is null
Replies: 22
Views: 18226

commented scripts in the .conf file, rehashed and same. weird any other ideas? another person provided this code, which does the same thing: #bind join - * foo #proc foo {n u h c} { puthelp "whois $n" } #bind raw - 307 got307 ;# nick has identified (registered) #bind raw - 318 got318 ;# En...
by mikey2
Fri Aug 19, 2005 1:36 am
Forum: Scripting Help
Topic: pm user if raw 307 is null
Replies: 22
Views: 18226

dunno...the add'y is irc.gigairc.net
by mikey2
Fri Aug 19, 2005 1:09 am
Forum: Scripting Help
Topic: pm user if raw 307 is null
Replies: 22
Views: 18226

still same...

server is gigairc, wonder if this is causing the prob.

an irc peep said perhaps omit the raw 311.

Wonder if this will work.
by mikey2
Fri Aug 19, 2005 1:01 am
Forum: Scripting Help
Topic: pm user if raw 307 is null
Replies: 22
Views: 18226

I saved as a new tcl and rehashed the bot. Will copy and paste code again.

I really appreciate your help on this...Will check back if I have probs.