First off GET /tr?doit=done&tt=urltextlp=de_en&urltext=ich+bin+ein+berliner&url=http%3A%2F%2F works as a url
No it doesnt, well not as you wanted it to at least
http://world.altavista.com/tr?doit=done&...l=http%3A%2F%2F Now that does tho!
[code]
on *:sockopen:lang:{
; echo -s GET /tr?doit=done&tt=urltext&lp= $+ $hget(lang,lang) $+ &urltext= $+ $hget(lang,translate) $+ &url=http%3A%2F%2F HTTP/1.0
sockwrite -n $sockname GET /tr?doit=done&tt=urltext&lp= $+ $hget(lang,lang) $+ &urltext= $+ $hget(lang,translate) $+ &url=http%3A%2F%2F HTTP/1.0
etc etc
(actually i didnt check anything after this so something else might also be wrong)