Guest_imported
New member
- Jan 1, 1970
- 0
I want an Eggdrop(Windrop) to read a text-line from a webpage and paste it into a channel.I found the http::geturl command but can't get it to work.
bind pub - !stats pub:stats
...
set stats [http::geturl "]
putserv "PRIVMSG $channel :$stats
....
What's missing here?
The web-page is especially prepared for this and only contains a single line of text. The purpose is posting SETI@home Team Stats we generate with php.
Maybe another SETI Freak thinks this is a nice idea and can help.If you help us getting this to work we can offer you your personal Stats-Counter on our server.
Thank you.
bind pub - !stats pub:stats
...
set stats [http::geturl "]
putserv "PRIVMSG $channel :$stats
....
What's missing here?
The web-page is especially prepared for this and only contains a single line of text. The purpose is posting SETI@home Team Stats we generate with php.
Maybe another SETI Freak thinks this is a nice idea and can help.If you help us getting this to work we can offer you your personal Stats-Counter on our server.
Thank you.