VOICE ON AGE 1.9
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Feb 26, 2009 |
| Last Updated | Feb 28, 2009 |
| Tags | age automatic bot script voice |
Description
YOU NEVER HAVE TO RE-DOWNLOAD THIS SCRIPT EVER AGIAN BECUASE IT AUTOMATICALLY UPDATES FROM THE HAWKEE SITE!!!
README_START
Voice On Age Script 1.9
by pope
JAN2009
#scripters.united
chat.peercommons.net:6667
*
*
DESCRIPTION:
Are you tired of that old !age script that you're running? Tired of constantly asking people their age over and over and having to manually kick them? Well your problems are solved! 'Voice On Age' automatically asks for a user's age upon entry and kicks a user who doesn't state their age after two minutes. When a user enters the room they must type a ! before their name (ei !18). If they are voiced by another op it will automatically not kick them and changing names will not help users escape the wrath of this script.
*
*
*OPTIONS: (Rightclick in any channel and choose VOICE ON AGE to access options)
1. Enable/Disable this script without having to unload it to turn it off and on.
2. Exclude certain nicks from being asked for age (ALL ops already excluded)
3. Choose what channels that you want to monitor
4. Share this script
5. AUTOMATICALLY OR MANUALLY UPDATE FROMT HE WEB!!! Even the readme is updated!
*
*
INSTRUCTIONS:
1. Open mIRC and open the script editor ->TOOLS ->SCRIPT EDITOR
2. Load the script from wherever you saved it, into the REMOTES section ->File ->Load
3. Rightclick in ANY channel and choose 'Voice On Age' to set options
*
**NOTE** This script uses timers for some kicks so if you are lagging pretty bad it might not exclude ops from stating thier age. This rarely happens though.
README_END
README_START
Voice On Age Script 1.9
by pope
JAN2009
#scripters.united
chat.peercommons.net:6667
*
*
DESCRIPTION:
Are you tired of that old !age script that you're running? Tired of constantly asking people their age over and over and having to manually kick them? Well your problems are solved! 'Voice On Age' automatically asks for a user's age upon entry and kicks a user who doesn't state their age after two minutes. When a user enters the room they must type a ! before their name (ei !18). If they are voiced by another op it will automatically not kick them and changing names will not help users escape the wrath of this script.
*
*
*OPTIONS: (Rightclick in any channel and choose VOICE ON AGE to access options)
1. Enable/Disable this script without having to unload it to turn it off and on.
2. Exclude certain nicks from being asked for age (ALL ops already excluded)
3. Choose what channels that you want to monitor
4. Share this script
5. AUTOMATICALLY OR MANUALLY UPDATE FROMT HE WEB!!! Even the readme is updated!
*
*
INSTRUCTIONS:
1. Open mIRC and open the script editor ->TOOLS ->SCRIPT EDITOR
2. Load the script from wherever you saved it, into the REMOTES section ->File ->Load
3. Rightclick in ANY channel and choose 'Voice On Age' to set options
*
**NOTE** This script uses timers for some kicks so if you are lagging pretty bad it might not exclude ops from stating thier age. This rarely happens though.
README_END
mIRC Snippet:
VOICE ON AGE 1.9
Posted on Feb 27, 2009 11:47 am
Posted on Feb 27, 2009 11:47 am
Auto-update detection? That's pretty nice - now I see why you posted it before.
However,
Instead of automatically updating, how about asking the person whether he/she would like to update or not. He/she might be already content with their script, but they'll most likely want to, so set what I had just said aside.
As for the dialog:
You can perform dialog actions through one command, such as:
If, for instance, you had something like:
, you could make it:
. This same concept applies when you have something like:
...could be rewritten as
If the dialog id name is too long, you could replace it with $dname.
I'm just saying for future occasions, which you might encounter. :)
As for the rest it looks nice, but instead of having multiple dialogs, why not add tabs to save space?
However,
| Code: |
| else echo -a 10Downloading and installing updates. Please do not exit mIRC until complete... |
Instead of automatically updating, how about asking the person whether he/she would like to update or not. He/she might be already content with their script, but they'll most likely want to, so set what I had just said aside.
As for the dialog:
| Code: |
| did -r ageonvoice 4 did -r ageonvoice 10 |
You can perform dialog actions through one command, such as:
| Code: |
| did -r ageonvoice 4,10 |
If, for instance, you had something like:
| Code: |
| did -r ageonvoice 3,4,5,6,7,8 |
| Code: |
| did -r ageonvoice 3-8 |
| Code: |
| did -r ageonvoice 3 did -a ageonvoice 3 |
| Code: |
| did -ra ageonvoice 3 |
If the dialog id name is too long, you could replace it with $dname.
I'm just saying for future occasions, which you might encounter. :)
As for the rest it looks nice, but instead of having multiple dialogs, why not add tabs to save space?
mIRC Snippet:
VOICE ON AGE 1.9
Posted on Feb 27, 2009 6:47 pm
Posted on Feb 27, 2009 6:47 pm
Idea make it remember pepoles ages. and um work with or without ! so they can just state there age like 19. it looks nice :)
mIRC Snippet:
VOICE ON AGE 1.9
Posted on Feb 27, 2009 9:53 pm
Posted on Feb 27, 2009 9:53 pm
i didn't do either of those for these reasons: 1. if i make it work without the !, it could kick someone for stating a number not related to their age. the ! makes it intentional. 2. if someone enters with a nick and is underage, it will blacklist the nick (even if the next person that uses that nick is of age). Thanks for the ideas though! keep em coming and give me more feedback! :)
i really hope im one of the first to employ auto update scripts bc that would be cool! :)
i really hope im one of the first to employ auto update scripts bc that would be cool! :)
mIRC Snippet:
VOICE ON AGE 1.9
Posted on Feb 27, 2009 9:56 pm
Posted on Feb 27, 2009 9:56 pm
@ kirby 1. auto updating is a feature that is able to be turned off, but i will consider a dialog that lets you know and select whether to update or not. 2. i am using tabs :P
mIRC Snippet:
VOICE ON AGE 1.9
Posted on Feb 28, 2009 6:10 am
Posted on Feb 28, 2009 6:10 am
Oh, I did not realize that. That's awesome.
mIRC Snippet:
VOICE ON AGE 1.9
Posted on Feb 28, 2009 6:32 am
Posted on Feb 28, 2009 6:32 am
Also if you are going to use tabs, I suggest you use DSTUDIO if you have already not done so.
It significantly reduces your time spent on making dialogs, as it is much easier to make them.
The only flaw is that it sometimes mixes up [the order] of your dialog ID's if you decide to make modifications to parts of the dialog after you have made everything - so plan everything out before you do anything!
It's a "visual" program so it's user-friendly and very easy to get accustomed to.
It significantly reduces your time spent on making dialogs, as it is much easier to make them.
The only flaw is that it sometimes mixes up [the order] of your dialog ID's if you decide to make modifications to parts of the dialog after you have made everything - so plan everything out before you do anything!
It's a "visual" program so it's user-friendly and very easy to get accustomed to.








