mIRC Code Snippets Tagged with spell
(6)
Simple spell check script. It has a public trigger -- !spell word and a private alias -- /spell word. There is a on/off switch for the public trigger on the channel menu.
+ 1 likes
~Spellcheck socket by Tsuiseki
As the name suggests, this snippet will check the spelling of a word by socketing to www.spellcheck.net. If you misspell a word it will offers the suggestions that the..
+ 0 likes
I made this simple SpellChecker today. It's pretty obvious what it does, it checks if a word is spelled right, and if not, it gives suggestions.
Syntax:
+ 1 likes
Very simple spell checker using basic sockets to spellcheck a word. $spellcheck(<word>)
+ 0 likes
Basically, this is a very fast public command spell checker.
<br>
<br>
Usage is
<br>
<br>
!spell <word>
<br>
<br>
It has a 50 character word limit, and..
+ 0 likes



