Remove Vowels
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 |
| Scores Submitted | 0 |
| Date Added | Dec 22, 2006 |
| Last Updated | Dec 23, 2006 |
| Tags | remove vowel vowels |
|
|
Introduction
All you have to do is type "/vowels [Insert Text Here]"
It will say: " [YourNick] takes all of the vowel letters out of [inserted text] nick! Without the vowel letters, [inserted text] nick looks like [inserted text without vowels]"
Edit this as much as you want. Just don't edit above the text.
put this in alias
mIRC Snippet:
Remove Vowels
Posted on Dec 22, 2006 5:15 pm
Posted on Dec 22, 2006 5:15 pm
This is a very simple little script.
mIRC Snippet:
Remove Vowels
Posted on Dec 22, 2006 8:15 pm
Posted on Dec 22, 2006 8:15 pm
It can be shortened considerably by using $remove($1-,a,e,i,o,u) to remove them all at once, and if you must use a var, use the /var command so it's local and you don't need to worry about unsetting it.
mIRC Snippet:
Remove Vowels
Posted on Dec 23, 2006 9:22 am
Posted on Dec 23, 2006 9:22 am
Probally useful if you say, "Put this in your Alias part or Alt + R" or put /alias on it.





