Acronym Replacer

By Bouncer on Apr 08, 2007

What is there to say. I got bored and made this. I know some of you don't like using alot of if statements but it works. That is what matters to me most.

This is kind of a small one so add more to it or take out those you don't like. Enjoy.

Talkers
.On:set %talkers on
.Off:set %talkers off
-
Add the above section to your POPUPS (Alt+P)
-
on *:INPUT:#: {
  if (%talkers == off) { return }
  elseif (%talkers == on) {
    if ($1 == brb) { msg $chan [B]e [R]ight [B]ack $2- | halt }
    if ($1 == bbs) { msg $chan [B]e [B]ack [S]oon $2- | halt }
    if ($1 == bbl) { msg $chan [B]e [B]ack [L]ater $2- | halt }
    if ($1 == bbiab) { msg $chan [B]e [B]ack [I]n [A] [B]it $2- | halt }
    if ($1 == lol) { msg $chan [L]aughing [O]ut [L]oud $2- | halt }
    if ($1 == lmao) { msg $chan [L]aughing [M]y [A]ss [O]ff $2- | halt }
    if ($1 == lmfao) { msg $chan [L]aughing [M]y [F]ucking [A]ss [O]ff $2- | halt }
    if ($1 == hb) { msg $chan [H]urry [B]ack $2- | halt }
    if ($1 == wb) { msg $chan [W]elcome [B]ack $2- | halt }
    if ($1 == wtf) { msg $chan [W]hat [T]he [F]uck $2- | halt }
    if ($1 == ttyl) { msg $chan [T]alk [T]o [Y]ou [L]ater $2- | halt }
  }
}
-
Add the above section to your REMOTES (Alt+R)

Comments

Sign in to comment.
AHBARAR   -  Jun 05, 2007

its so nice script but if some 1 want to add more inputs her got to do it by his own cant u put a way like dailog to add ?? make it easy ... some may not know how to do it tht wht i mean
i liked ur work >:)

 Respond  
Bouncer   -  Apr 08, 2007

I told them to paste it in their remotes Lindrian so I don\'t understand what you are trying to say there. And peterpowell I originally had it coded like that so it was all in remotes, but it interfered a bit with the look of my script so I changed it.

 Respond  
peterpowell   -  Apr 08, 2007

if you want it all in the remotes...

menu menubar {
Talkers
.On:set %talkers on
.Off:set %talkers off
}

make it easier for the newbies to understand ;)
-pp

 Respond  
Lindrian   -  Apr 08, 2007

I would suggest using groups.
and the menu/pop up could be made:

.$iif(%talkers == on,set %talkers off,set %talkers on)

And when wrigint something in ur script, comment it out, or it might damage your script.
Ex:
;Add the above section to you REMOTED (Alt+R)

 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.