Hello,
I need tcl witch shows current telecast.
Etc. there is page witch consists tv program,
Content:
11.00 News
11.30 Movie
13.45 News
15.15 Sport
...........
How to make tcl, witch when I type !tv in the chan (etc. system time would be 12:00) , I would get back information:
Now on TV: Movie Next: News.
The page with tv programs list is www.roventa.lt, it is not in english, but this is not a problem. I would very thankfull to people whose would write or would help me with this tcl.
The begining of the tcl, I think, would be:
set tv_lynx "/usr/bin/lynx"
bind pub -|- tv tv
proc vsiandien {nick host hand chan text} {
global tv_lynx
set tv_file [open "|$radio_lynx -preparsed -dump http://www.roventa.lt" r]
and so on, I do not know how to trim time (system and tv programs list)