mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: May 2011
Posts: 1
A
Mostly harmless
OP Offline
Mostly harmless
A
Joined: May 2011
Posts: 1
Hello, I have searched google and many differnt script forums for a script/addon that does what most cell phones do when you are texting; it guesses the word you are typing and finishes it for you. If anyone knows if a script like this exists or could make one, it would be greatly appreciated. Thanks.

-anom

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
I've never seen a script that does that. You'd need a dictionary file as well as having the script constantly search it every time you type something. With mIRC being single threaded, my guess is that something like that will probably cause a lot of lagging/freezing within mIRC. Perhaps it can be written in a way to avoid that, but more than likely it just won't work well in mIRC.

It's much better to work on good typing skills anyhow, imo.


Invision Support
#Invision on irc.irchighway.net
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
I tried something like this a few years ago and found that the lag processing my input seemed exceedingly long. Now the code did use a socket to try to get the word(s) from dictionary.com which may have increased the lag time versus a dictionary file on your hard drive.
Note that my definition of "exceedingly long" is measured in times of 5 or more seconds to look up each word.

Joined: Jan 2007
Posts: 1,156
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2007
Posts: 1,156
Same here, whenever someone tries this, or a spell checker, they find that it is too labor intensive on mirc.


Link Copied to Clipboard