It's been awhile since I've done any scripting. I'm trying to use sockets to connect to a page that only has an IP address on it and then connect to the IRC server with that address. The problem is that the socket is returning more than the IP address, even though there is no HTML on the page. Here is what I'm getting:

Quote:
HTTP/1.1 200 OK
Date: Mon, 30 Aug 2010 20:30:19 GMT
Server: Apache mod_fcgid/2.3.5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Last-Modified: Sun, 22 Aug 2010 19:05:49 GMT
ETag: "38c8182-e-48e6e384d9d40"
Accept-Ranges: bytes
Content-Length: 14
Content-Type: text/plain


I think the fact that I'm not getting more is a looping problem in the script.