I'd like to take make an alias for the IC channel
ic *
Thats easy, I'd like to take the wildcard and replace any vowels with a particular letter.
if i Ic something, it'd replace all the vowels with a letter i choose.
I.E. you ic 'You know I think your right'
becomes:
you ic 'UUU knuw U thunk uuur rught'
Or something to that affect.
I'm not too sure where to start, I know I'll probably have to use the split command, and case to replace the letters, Thats not the hard part, its re-forming the sentence and what not.
If this isn't even possible lemme know.
ic *
Thats easy, I'd like to take the wildcard and replace any vowels with a particular letter.
if i Ic something, it'd replace all the vowels with a letter i choose.
I.E. you ic 'You know I think your right'
becomes:
you ic 'UUU knuw U thunk uuur rught'
Or something to that affect.
I'm not too sure where to start, I know I'll probably have to use the split command, and case to replace the letters, Thats not the hard part, its re-forming the sentence and what not.
If this isn't even possible lemme know.