Top

Comments

  (4)  RSS
Tsuiseki's
Render
Comments: 5
 
mIRC Snippet:  Spellcheck socket
Posted on Apr 1, 2008 1:48 am
not a bad little snippet, but you might want to get rid of the if (<BLOCKQUOTE>) event as it serves no purpose judging by the looks of your code. you also might want to try shortening the number of global variables as much as possible, use the sockmark command and $gettok!
Tsuiseki
Comments: 5
 
mIRC Snippet:  Spellcheck socket
Posted on Mar 22, 2008 12:16 pm
Thanks DarkNES!

I've also added another update. The script now has a regex trigger to display the results two different ways. If you use the !spellcheck trigger it will notice the nick; if you use the @spellcheck trigger, it will message the channel. This is because some channels don't like public scripts.

~Tsuiseki
DarkNES
Comments: 11
 
mIRC Snippet:  Spellcheck socket
Posted on Mar 22, 2008 5:17 am
Script works just fine for me. Pretty nice for those who can't spell at all. 9/10.
Tsuiseki
Comments: 5
 
mIRC Snippet:  Spellcheck socket
Posted on Mar 21, 2008 9:56 pm
.. Update:

I just discovered a small error with that seemed to be occurring. What was happening was previous html from matching correctly spelled results seemed to be added with $addtok. I'm not sure if others have been receiving this error, but I have been. So, I've just added another if comparison just to make sure that it didn't happen. Sorry to all that have been receiving this error, if you have.

~Tsuiseki
Bottom