Top

Acronym Replacer


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  3.5
Scores Submitted  2
Date Added  Apr 08, 2007
Last Updated  Apr 08, 2007
Tags  acro  acronym  replace  talker  talkers 
  Bookmark and Share

Introduction

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.

Grab the Code

Comments

  (4)  RSS
Lindrian
Comments: 755
 
mIRC Snippet:  Acronym Replacer
Posted on Apr 8, 2007 1:05 pm
I would suggest using groups.
and the menu/pop up could be made:
Code:

.$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)
peterpowell
Comments: 48
 
mIRC Snippet:  Acronym Replacer
Posted on Apr 8, 2007 3:05 pm
if you want it all in the remotes...
Code:

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

make it easier for the newbies to understand ;)
-pp
Bouncer
Comments: 120
 
mIRC Snippet:  Acronym Replacer
Posted on Apr 8, 2007 7:09 pm
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.
AHBARAR
Comments: 159
 
mIRC Snippet:  Acronym Replacer
Posted on Jun 5, 2007 8:00 am
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 >:)

Please Register or Login to start posting comments.
Bottom