mIRC Home    About    Download    Register    News    Help

Print Thread
#14566 08/03/03 02:34 PM
Joined: Dec 2002
Posts: 17
P
Pikka bird
OP Offline
Pikka bird
P
Joined: Dec 2002
Posts: 17
Is there any way that I could put a translator on my script? If so could someone tell me where I could find a translator? Thanks

#14567 08/03/03 08:47 PM
Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
you could script one.

Granted it would be a bit time consuming to build the tables but using
ON *:TEXT:
ON* :INPUT:
you could scan the translation table and have it replace the input word with the the translation word
the tables could be plain text files, ini files or hash tables
(I hear hash tables are the fastest)

#14568 08/03/03 08:56 PM
Joined: Dec 2002
Posts: 271
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 271
You could open a socket to a online translation site, and sockwrite the words to be translated, then sockread the result and return the value.....if you know what i mean...


Link Copied to Clipboard