Top

mIRC Code Snippets Tagged with spell

  (6)  
Sort by 
Acronyms. :D i cannot spell, that word. LOL
Tags: cant  i  o.o  spell 
+ 0 likes
14 comment(s)    Score: 0.0    Platform: mIRC    Posted by Cracker200 on Nov 06, 2009
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.
Tags: dictionary  socket  spell 
+ 1 likes
11 comment(s)    Score: 8.0    Platform: mIRC    Posted by FordLawnmower on Mar 21, 2009
~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
4 comment(s)    Score: 6.0    Platform: mIRC    Posted by Tsuiseki on Mar 21, 2008
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
41 comment(s)    Score: 9.5    Platform: mIRC    Posted by mountaindew on Mar 08, 2008
Very simple spell checker using basic sockets to spellcheck a word. $spellcheck(<word>)
Tags: check  spell 
+ 0 likes
8 comment(s)    Score: 6.0    Platform: mIRC    Posted by Rebellious on Dec 21, 2007
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..
Tags: bot  spell  spellcheck 
+ 0 likes
1 comment(s)    Score: 7.2    Platform: mIRC    Posted by bl4h on Feb 07, 2006
Bottom