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

by norway27
Fri Jan 27, 2006 2:41 pm
Forum: Script Requests
Topic: Norwegian tv channels
Replies: 0
Views: 4379

Norwegian tv channels

I'm just wondering if there is someone here who has/know of a tv script for norwegian tv channels?
by norway27
Mon Jan 23, 2006 5:03 pm
Forum: Script Requests
Topic: check site
Replies: 19
Views: 24664

Ok, I found live.tcl but this script is ... When i use: [20:17] <Fclan> !score england [20:17] <Sbot> Sorry Fclan, no score found. [20:17] <Fclan> !score e [20:17] <SWOS> Newcastle Jets 1 - 0 Melbourne Victory this script doesn`t work :/ !score england doesnt work. Its !score <team>
by norway27
Sat Jan 21, 2006 7:26 pm
Forum: Script Requests
Topic: check site
Replies: 19
Views: 24664

For footbal results I use live.tcl that shows info from www.livescore.com
But I wish there was a script for football news..I tried to search for espn.tcl but I only got dead links :(
by norway27
Sat Jan 21, 2006 7:07 pm
Forum: Script Requests
Topic: check site
Replies: 19
Views: 24664

FcLan wrote:

Code: Select all

Tcl error [www:news4]: can't read "news": no such variable
Yes I got that too sometimes..I had to search through the page for another class and then change the name of the class in the script until I got it right..
by norway27
Sat Jan 21, 2006 6:20 pm
Forum: Script Requests
Topic: check site
Replies: 19
Views: 24664

Something like this: package require http bind pub - !news www:news4 proc www:news4 {nick host handle chan text} { set token [::http::geturl http://www.webpage.com -timeout 10000] set status [::http::status $token] if {$status!="ok"} { switch -exact -- [string tolower $status] { reset { pu...
by norway27
Fri Jan 20, 2006 12:18 pm
Forum: Script Requests
Topic: check site
Replies: 19
Views: 24664

FcLan wrote:Any ideas why mroe than 1 regexp doesn`t work? i have no tcl errors.. bot do not send msg
I got it to work a little bit if I typed in the name of the same class in both places...
by norway27
Thu Jan 19, 2006 12:25 pm
Forum: Script Requests
Topic: check site
Replies: 19
Views: 24664

Re: check site

it is a news script, but I want to see latest news on channel only when site is updated.. can someone help? package require http bind pub - !news www:news4 proc www:news4 {nick host handle chan text} { set token [::http::geturl http://www.eurosport.com/football/ -timeout 10000] set status [::http::...