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

by Longbow
Sun Oct 23, 2005 7:23 pm
Forum: Scripting Help
Topic: Two scripts, which is better?
Replies: 2
Views: 8514

Two scripts, which is better?

bind pub - ${trigger}kick akick proc akick {nick host hand chan text} { global botnick protect if {([matchattr $hand n] || [isop $nick $chan]) && [isop $botnick $chan]} { if {[lindex $text 0] == ""} { putserv "NOTICE $nick :You need to enter a user." } else { if {[onchan...
by Longbow
Thu Feb 24, 2005 7:26 pm
Forum: Archive
Topic: Feds script
Replies: 5
Views: 2300

by Longbow
Thu Feb 24, 2005 5:52 pm
Forum: Archive
Topic: Matching #channel in $text, excluding #mychannel
Replies: 3
Views: 1619

Matching #channel in $text, excluding #mychannel

Code: Select all

if {[regexp {((#)+([a-zA-Z0-9])+)} $text match]}
Well I found there above somewhere searching on this forum. But how would I exclude #mychannel from that?
by Longbow
Thu Feb 24, 2005 5:44 pm
Forum: Scripting Help
Topic: google script without package http
Replies: 14
Views: 19868

This doesn't help the original poster but... Note: !image doesnt work correctly atm., and I haven't rewritten the !file search, since its not google, but filemirror.com :D. bind pub - !image pub:image proc pub:image { nick uhost handle channel arg } { global agent if {[llength $arg]==0} { putserv &q...
by Longbow
Wed Feb 23, 2005 7:35 pm
Forum: Archive
Topic: Listing All Users & Counting Ops
Replies: 12
Views: 5400

Ah, I got it all sorted, thanks. :)
by Longbow
Tue Feb 22, 2005 12:15 pm
Forum: Archive
Topic: Listing All Users & Counting Ops
Replies: 12
Views: 5400

Ah woops, I found what was wrong. Still getting loads of problems though... ########## Join - Total/Op/Voice/Users ########## bind join - * join:all proc join:all {nick uhost hand chan} { set mychan #longbow set wtotal [open total.php w] set wop [open op.php w] set wvoice [open voice.php w] set wuse...
by Longbow
Mon Feb 21, 2005 10:57 pm
Forum: Archive
Topic: Listing All Users & Counting Ops
Replies: 12
Views: 5400

Thanks. Ok, this is my whole script.. ########## Total/Op/Voice/Users ########## bind join - * join:all proc join:all {nick uhost hand chan} { set mychan "#longbow" set wtotal [open total.php w] set wop [open op.php w] set wvoice [open voice.php w] set wusers [open users.php w] puts $wtota...
by Longbow
Mon Feb 21, 2005 5:13 pm
Forum: Archive
Topic: Listing All Users & Counting Ops
Replies: 12
Views: 5400

Yeah I already done that, I was asking can I just use that for sign/part procs/binds aswell..
by Longbow
Mon Feb 21, 2005 4:22 pm
Forum: Archive
Topic: Listing All Users & Counting Ops
Replies: 12
Views: 5400

What would I use for for the same script but binded with sign and part?
by Longbow
Mon Feb 21, 2005 3:01 pm
Forum: Archive
Topic: Listing All Users & Counting Ops
Replies: 12
Views: 5400

Mmmm.... indeed that does, but whats the join there for?

Does that mean I don't need the bind join / proc?
by Longbow
Mon Feb 21, 2005 1:27 pm
Forum: Archive
Topic: Listing All Users & Counting Ops
Replies: 12
Views: 5400

Listing All Users & Counting Ops

puts $thewritefile "[chanlist $chan]" Ok that writes all the current users in the channel to $mywritefile, there are 2 problems though.. 1. For people using [ ] in there name, it will output { } around there name.. Example.. [Clan]Name Turns to.. {[Clan]Name} 2. How would I go about putti...
by Longbow
Thu Feb 10, 2005 5:33 pm
Forum: Archive
Topic: Making the bot set +k
Replies: 2
Views: 1828

Making the bot set +k

I have a global chan mode, and then I have
channel add #mychannel {
chanmode "+k mypass"
}
However it's not working, will the global chan mode effect it?
by Longbow
Sat Feb 05, 2005 4:08 pm
Forum: Archive
Topic: Simple socket script
Replies: 18
Views: 6074

Thanks. I just found another small problem.... HTML code: <!--START-->qwe<br />asd<br />zxc<br /><!--END--> TCL snippet code: regexp {<!--START-->(.*?)<br />} $html - first regexp {<br />(.*?)<br />} $html - second regexp {<br />(.*?)<br /><!--END-->} $html - third putserv "PRIVMSG $chan :$firs...
by Longbow
Sat Feb 05, 2005 11:37 am
Forum: Archive
Topic: Simple socket script
Replies: 18
Views: 6074

Ah, I was able to get it to work with another script, but whilst i'm here...

How do I calculate something in tcl?

I need $mem + $anon
by Longbow
Fri Feb 04, 2005 10:43 pm
Forum: Archive
Topic: scripters wanted for 3 tcl
Replies: 7
Views: 2578

Ofloo wrote:
Longbow wrote:And how much are you going to pay?
not saying that you don't know how but id say you should maybe get some more experiance before you sell your self. looking from the questions you ask.
It was curiousity. I never said I was going to take it.