!spell
mIRC Code
+ 1 likes
Please Register to submit score.
| Average Score | 8.0 (of 1 scores) |
| Date Added | Mar 21, 2009 |
| Last Updated | Mar 22, 2009 |
| Tags | dictionary socket spell |
Introduction
mIRC Snippet:
!spell
Posted on Mar 22, 2009 11:35 am
Posted on Mar 22, 2009 11:35 am
You might want to change
to
because when it is loaded, it is automatically turned on..or did you mean to do that?
(Another) very nice script, but I find it interesting how you use many different local aliases towards a simple socket script. Nice to see different kinds of coders here.
| Code: |
| #SpellTrigger On |
| Code: |
| #SpellTrigger Off |
(Another) very nice script, but I find it interesting how you use many different local aliases towards a simple socket script. Nice to see different kinds of coders here.
mIRC Snippet:
!spell
Posted on Mar 22, 2009 1:07 pm
Posted on Mar 22, 2009 1:07 pm
It gets lots of use in my chans Aucun50.
Thanks Kirby :) I see lots of scripters using that method, However when I do it, I always end up answering the question "How do you turn the trigger on?" Over and Over.
I think the proper method would be to disable it by default, but..........
No Idea why mIRC makes you reverse Off and On to make a script work properly. It even turns the groups back on when you make a change and save the edited remote ;/
Thanks Kirby :) I see lots of scripters using that method, However when I do it, I always end up answering the question "How do you turn the trigger on?" Over and Over.
I think the proper method would be to disable it by default, but..........
No Idea why mIRC makes you reverse Off and On to make a script work properly. It even turns the groups back on when you make a change and save the edited remote ;/
mIRC Snippet:
!spell
Posted on Mar 22, 2009 1:13 pm
Posted on Mar 22, 2009 1:13 pm
You also might want to add the -l (meaning local) switches in
and
, and perhaps put the alias /spell in front so that people (who don't read descriptions) don't confuse themselves with the proper alias.
| Code: |
| alias spell.spellout |
| Code: |
| alias spell.clear |
mIRC Snippet:
!spell
Posted on Mar 22, 2009 4:27 pm
Posted on Mar 22, 2009 4:27 pm
;/ I missed that ;/ I changed the spell.spellout. I left the spell.clear global because I added a line to use it from the menu in case it needs reset for some reason.
Just incase the script stopped for some reason before it cleared all the variables.
Just incase the script stopped for some reason before it cleared all the variables.
| Code: |
.$iif((!%spell.inuse),$style(2)) Reset Trigger: spell.clear |
mIRC Snippet:
!spell
Posted on Mar 22, 2009 10:04 pm
Posted on Mar 22, 2009 10:04 pm
You could easily make this work for simultaneous usage. You would need to also add additional trigger flood protection. Keeping in mind that each instance of a script like this is opening a socket to the internet, I never make sockets scripts that allow for multiple instances to run at the same time. With the exception, of course, being a real time translation script :)
I tested that $iif Aucun50 , it works :)
I tested that $iif Aucun50 , it works :)
mIRC Snippet:
!spell
Posted on Sep 20, 2009 1:56 pm
Posted on Sep 20, 2009 1:56 pm
It's a really old script ataraxia. I had completely forgotten I wrote it ;/
I'll add it to my list of scripts to be re-written and I'll change the flood protection in the re-write.
I'll add it to my list of scripts to be re-written and I'll change the flood protection in the re-write.







