Top

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 
  Bookmark and Share

Introduction

This removes vowel letters. Very Simple.

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

Grab the Code

Comments

  (3)  RSS
PowerDragon
Comments: 32
 
mIRC Snippet:  Remove Vowels
Posted on Dec 22, 2006 5:15 pm
This is a very simple little script.
Pariah
Comments: 45
 
mIRC Snippet:  Remove Vowels
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.
Marshtomp
Comments: 39
 
mIRC Snippet:  Remove Vowels
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.

Please Register or Login to start posting comments.
Bottom