I want to build a News bot and when i want to get news from
news.walla.co.il i can, tell me please what the problam

i doing
/sockopen nana news.nana.co.il 80
and the code
on *:sockopen:walla: {
if ($sockerr == 0) {
echo -ta Connected to news server walla!
sockwrite -tn $sockname GET http://news.walla.co.il
sockwrite -n $sockname Accept: */*
sockwrite -n $sockname $crlf
}
elseif ($sockerr != 0) {
echo -ta Can't connect to site Walla
.halt
}
}
on *:sockread:walla: {
sockread %walla
if (%walla != $null) {
echo %walla
}
}
and this wrote to me :
HTTP/1.1 400 Bad Request
Content-Type: text/html
Content-Length: 87
Connection: close