mIRC Home    About    Download    Register    News    Help

Print Thread
#5138 05/01/03 08:50 PM
J
Janus
Janus
J
lo all
i wrote a small script that helps me replacing stuff:

Code:
 
on *:INPUT:*:{
  if ($strip($1-,burck) == brb) { msg $active $chr(3) $+ be right back | halt }
[many more]
} 


so the thing is when i write "brb" theres displayed "be right back" like shown above

but i want to do:
bla bla brb bla bla, but when i do it, brb will not be replaced with the script stuff
is there a way to do this?

#5139 05/01/03 09:17 PM
J
Janus
Janus
J
ah never mind
found this here

#5140 05/01/03 10:11 PM
J
Janus
Janus
J
mh but doesnt work properly
mhh soliloquies are kewl wink

#5141 06/01/03 08:54 AM
M
Merlin
Merlin
M
To make an acronymizer, put this in your Remotes (ALT-R):
Code:
 
ON *:INPUT:*:{ 
  IF (/* !iswm $1) { 
    msg $active $replace($1-,brb,Be Right Back,lol,Laughing Out Loud,bbl,Be Back Later,bbiab,Be Back In A Bit,jk,Just Kidding) 
    halt
  } 
}

For a more complex Acro script, search this web site.

#5142 06/01/03 10:48 AM
D
Dingo
Dingo
D
and make sure that there are no other on input events in other scripts. i've just completed the same thing with a friend, and he had 2 on input scripts

if there are, it might be better to add the brb bit into that script, so the input event only has to be run once

#5143 06/01/03 07:59 PM
J
Janus
Janus
J
kewl thx
will test it 2morrow
i just hope when i write 'ka' that there will be 'keine ahnung'
i also hope that when i write 'kannblabla' that there WONT be 'keine ahnungblablabla' wink
will see
heh thx

#5144 06/01/03 11:25 PM
Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
If your still interested, I made a highly customizable one of my own. If you want to download it, its posted on www.kingtomato.com under mirc>>add-ons section. If you want it, but do not want to register, let me know. I would prefer ppl to join, and there is no spam or other e:mails sent to you, other then a 'you have just signed up' notice. If you do want it tho, it can be found at http://www.kingtomato.com/files/chatter_14.zip

any question you can find me at irc.dynamix.com (6667) #king-tomato

-KingTomato
http://www.kingtomato.com/
AIM otamoTgniK


Link Copied to Clipboard