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.

Need help! (TV.tcl)

Old posts that have not been replied to for several years.
Locked
N
NorCis

Need help! (TV.tcl)

Post by NorCis »

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)
Locked