Simplest ACronym Replacer

By XpLoiTeR on Jan 13, 2006

write /Acro to enable and /NOAcro to disable .... thats the simplest acronym replacer will replace ur msg with acronymed letters

alias Acro { set %enabled on | echo -a enabled replacer }
alias NoACro { unset %enabled | echo -a disabled replacer }
on *:Input:*: {
  if ($left($1,1) != / ) && (%enabled == on) {
    say $replace($1-,b,B,d,D,f,2F,h,H,j,J,4k,K,2m,M,o,O,s,S,r,R,x,X,y,Y)
    halt
  }
}

Comments

Sign in to comment.
XpLoiTeR   -  Jan 15, 2006

thanks QuickStep i fixed it

 Respond  
QuickStep   -  Jan 14, 2006

there needs to be a space between \"Acro\" and \"{\" for this to actually work.

 Respond  
XpLoiTeR   -  Jan 14, 2006

anyway guys...that was an easy snippet anyone can make..ive just ran into the idea so i made out this snippy ... ;) dnt want any comments abt it :D:D

 Respond  
XpLoiTeR   -  Jan 14, 2006

DeathRaven...Good Point.. CHANGED :)

 Respond  
DarthReven   -  Jan 13, 2006

change the name of your alias cause your messing with mIRC\'s built in /enable /disable aliases

 Respond  
XpLoiTeR   -  Jan 13, 2006

check now

 Respond  
Foamy   -  Jan 13, 2006

Doesn\'t work.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.