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

by stevegarbz
Mon Sep 26, 2005 10:15 pm
Forum: Archive
Topic: Making this not msg in a certain channel
Replies: 1
Views: 5582

Making this not msg in a certain channel

I want this script to not send a message to a channel that I add in there: if {[string compare [string index $time 0] "!"] == 0} { set timer [string range $time 1 end] } { set timer [expr $time * 60] } if {[utimerexists go] == ""} { utimer $timer go } set queue {} set frequency 1...
by stevegarbz
Tue Aug 02, 2005 9:10 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1026140

All I have to say is... wow...

At first I wasn't going to try this script because it was so long, but I am very glad I did. Works great! Good job, Sir_Fz.
by stevegarbz
Fri Jul 29, 2005 1:15 pm
Forum: Archive
Topic: Protection for this addop script
Replies: 0
Views: 2962

Protection for this addop script

Ok, well this is part of my script: proc h:addop:msg {nick host hand chan text} { set user [lindex $text 0] set address "*!*@[lindex [split [getchanhost $user] "@"] 1]" if {[string match -nocase $text ""]} { return 0 } if {![onchan $text $chan]} { return 0 } addhost Op ...
by stevegarbz
Fri Jul 29, 2005 11:58 am
Forum: Archive
Topic: You're not channel operator problem
Replies: 5
Views: 2840

and if you just want that message to stop, just disable it in your console.
by stevegarbz
Tue Jul 26, 2005 11:49 am
Forum: Archive
Topic: Access Script
Replies: 10
Views: 4664

Nevermind, I got it. Thanks for all the help Sir_Fz
by stevegarbz
Tue Jul 26, 2005 11:03 am
Forum: Archive
Topic: Access Script
Replies: 10
Views: 4664

Now is when I run into a bad problem, because it doesn't work. Eggdrop is only holding 9 characters for the person's nickname. Is there a way for the op, to make it .+host the user's address to the user 'Op'? I would pre-add all of these users, and then just .addop would add their host, and then for...
by stevegarbz
Mon Jul 25, 2005 8:55 pm
Forum: Archive
Topic: Access Script
Replies: 10
Views: 4664

What would be the way to make it so people that aren't added to have it say something? What would the flag set be?

And -- My addop script adds their ident too. Is there a way to make it *!*@ip.domain
by stevegarbz
Mon Jul 25, 2005 8:40 pm
Forum: Archive
Topic: Access Script
Replies: 10
Views: 4664

Yeah, I got it. Thanks.
by stevegarbz
Mon Jul 25, 2005 8:12 pm
Forum: Archive
Topic: Access Script
Replies: 10
Views: 4664

Thanks. How would I add more levels to it?
by stevegarbz
Mon Jul 25, 2005 8:01 pm
Forum: Archive
Topic: Access Script
Replies: 10
Views: 4664

I just don't want a big script like that. I have everything I need in that small one.
by stevegarbz
Mon Jul 25, 2005 7:51 pm
Forum: Archive
Topic: Access Script
Replies: 10
Views: 4664

Access Script

Ok, well currently I have things like: bind pub nm .addop h:addop:msg proc h:addop:msg {nick host hand chan text} { set user [lindex $text 0] set address *![getchanhost [lindex $text 0]] if {[string match -nocase $text ""]} { putquick "NOTICE $nick :You didn't include a nickname."...
by stevegarbz
Sun Jul 24, 2005 10:11 am
Forum: Archive
Topic: I know this is a lot but I need it for my bot :o
Replies: 6
Views: 3387

Right, don't offer to pay when nobody else will do it for free and just ignore the thread. That's right, never get it done.
by stevegarbz
Sat Jul 23, 2005 6:35 pm
Forum: Archive
Topic: I know this is a lot but I need it for my bot :o
Replies: 6
Views: 3387

I know this is a lot but I need it for my bot :o

on 501:Text:$(%Trigger $+ addowner *):#:if ($me == %main.bot) { auser 501 $address($2-,2) | mode # +o $2 } on 501:Text:$(%Trigger $+ Addoper *):#:if ($me == %main.bot) { auser 500 $address($2-,2) | mode # +o $2 } on 500:Text:$(%Trigger $+ join *):#:{ join $2- } on 500:Text:$(%Trigger $+ part *):#:{...
by stevegarbz
Sat Jul 23, 2005 12:49 pm
Forum: Archive
Topic: User list + commands (custom)
Replies: 3
Views: 2701

anyone? *bump*
by stevegarbz
Thu Jul 21, 2005 10:32 pm
Forum: Archive
Topic: Convert into TCL (easy)
Replies: 4
Views: 3171

Oh yeah, and for future references.

'str' was invalid, so I had to make it 'string'.

:)