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>
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
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..
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::...