Hi I have a babelfish Japanese to English translation trigger loosely built on LemonButts translation script (http://www.mirc.net/projects.php?go=1094609014&get_desc=1)
the problem is that I often get a cut reply from the site.
I start to think its something wrong with the socket request
Code:
sockwrite -tn $sockname GET $+(http://www.babelfish.altavista.com/tr?lp=ja_en,&trtext=,%trans.text) HTTP/1.1
sockwrite -tn $sockname Host: babelfish.altavista.com
sockwrite -tn $sockname

the Japanese is encoded in sijs, anyone that can give me a hand or has a working script?
PS. btw the org script has the same problem DS.