There is a tcl script available on this site at http://www.egghelp.org/tclarchive/Ultra ... s11.tar.gz which is supposed to place Slashdot headlines in a channel on request. I added the file slashdotxml.tcl to the script folder and start line in the config file. When I try and fetch the headlines i can view an error via DCC chat with the bot and it is as follows:
[10:17pm] < n3w5droPe99 > [22:17] TCL error [ultranews]:
[10:17pm] < n3w5droPe99 > Looking up http://www.slashdot.org
[10:17pm] < n3w5droPe99 > Making HTTP connection to http://www.slashdot.org
[10:17pm] < n3w5droPe99 > Sending HTTP request.
[10:17pm] < n3w5droPe99 > HTTP request sent; waiting for response.
[10:17pm] < n3w5droPe99 > HTTP/1.1 301 Moved Permanently
[10:17pm] < n3w5droPe99 > Data transfer complete
[10:17pm] < n3w5droPe99 > HTTP/1.1 301 Moved Permanently
[10:17pm] < n3w5droPe99 > URL is not in starting realm!
[10:17pm] < n3w5droPe99 > lynx: Start file could not be found or is not text/html or text/plain
[10:17pm] < n3w5droPe99 > Exiting...
I checked the url set in the script file (http://www.slashdot.org/slashdot.xml) and it seems to be a valid page. Does anyone know what I am doing wrong or how to make this script work? Thanks in advance.