czplugins
spellcheck plugin
author: John J Foerch
.. with optimistic deferment of further development to anyone wanting to learn to write ChatZilla plugins..
A very simple spell checker. This plugin is not an all purpose spell checker, but instead a specialized one made to be an aid with words that we habitually spell wrong. If you have a few words that you misspell often you can add them to the included file, replace.txt, and the spellcheck plugin will autocorrect the error for you. And after being corrected a few times, you will surely have learned to spell the word.
If anyone wants to improve upon this plugin, you are welcome. This first release suits my purpose, so I won't be continuing to develop it. Or if you are looking for some example code illustrating how to process user input, this plugin will be helpful in its simplicity.
cvs -d :pserver:guest@mozdev.org:/cvs login
#password is guest
cvs -d :pserver:guest@mozdev.org:/cvs checkout -d spellcheck czplugins/src/utility/spellcheck
tip: for an easy install, cvs-checkout this plugin directly into the scripts directory of your Chatzilla profile.