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

by greenbear
Tue Aug 16, 2005 9:51 am
Forum: Archive
Topic: another regexp problem
Replies: 4
Views: 3148

There's nothing wrong with your regexp, you just missed the 2nd var at the end. Regexp writes the entire matching pattern to the first var. So this should work: regexp {\.html\?witem=([0-9]*?)\>} $text garbage result You dont have to make it this complex, though. You could probably have gotten away ...
by greenbear
Tue Aug 16, 2005 9:37 am
Forum: Archive
Topic: regexp problem
Replies: 15
Views: 9914

did you try seperating them using space. eg. \s
by greenbear
Tue Aug 16, 2005 9:31 am
Forum: Archive
Topic: help me with this tlc
Replies: 1
Views: 2108

Code: Select all

bind pub n !cycle cycle
proc cycle {n u h c a} {
 foreach ch [channels] {
  putserv "PART $ch"
 }
}
by greenbear
Sat Aug 13, 2005 2:18 pm
Forum: Archive
Topic: DCC chat refused (no access)
Replies: 8
Views: 7516

do a forum search on dcc chat problems, it should give you lots of pointers
by greenbear
Sat Aug 13, 2005 1:01 pm
Forum: Archive
Topic: how do i connect windrop to shell account? thx demond 4help
Replies: 2
Views: 3914

Start menu -> Run.. Type 'cmd', then click the OK button.
by greenbear
Sat Aug 13, 2005 12:33 pm
Forum: Script Support & Releases
Topic: Tv.com tv show info grabber?
Replies: 43
Views: 55642

There's other scripts doing that already. Like EPGuru, parsing from epguides.
by greenbear
Sat Aug 13, 2005 11:05 am
Forum: Script Support & Releases
Topic: RSS news by demond
Replies: 175
Views: 253575

Installing aditional packages will probably be a big pita for everyone running bots from their cheap $5 a month shell accounts...
by greenbear
Sat Aug 13, 2005 12:25 am
Forum: Archive
Topic: [Request] Folder (action)List Script
Replies: 7
Views: 6821

oh c'mon, there must be like a billion warez sitebot scrits out there already.
google is your friend.
by greenbear
Sat Aug 13, 2005 12:23 am
Forum: Script Support & Releases
Topic: Tv.com tv show info grabber?
Replies: 43
Views: 55642

It's probably my fault, the setudef was missing in the code above.
by greenbear
Fri Aug 12, 2005 5:20 pm
Forum: Script Support & Releases
Topic: Mel logger error
Replies: 15
Views: 14595

I dont know that tcl, but judging from the error msg, this is most likely what you have to do:

Find this line (line 27 in the ::mel::checkstamptimer procedure)

Code: Select all

expr [lindex $t 3] -1
and add

Code: Select all

scan $t %d t
on the line right above it.
by greenbear
Fri Aug 12, 2005 4:31 pm
Forum: Other Topics
Topic: Alchera
Replies: 7
Views: 4716

1k quality posts too imo.. well done.
by greenbear
Fri Aug 12, 2005 10:14 am
Forum: Script Support & Releases
Topic: Mel logger error
Replies: 15
Views: 14595

Re: Mel logger error

[quote="Thunderdome"]

Code: Select all

expected integer but got "08" (looks like invalid octal number)[/quote]
There's the error, just track it down and convert that octal number using 'scan'.
by greenbear
Fri Aug 12, 2005 10:10 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1026153

Free kitchen sink included!
by greenbear
Fri Aug 12, 2005 10:06 am
Forum: Archive
Topic: botnick isbotnick problem
Replies: 1
Views: 2327

Nope, I've never had any problems with either.
by greenbear
Thu Aug 11, 2005 3:24 pm
Forum: Archive
Topic: data file
Replies: 6
Views: 3813

"easy" being a relative term :wink: