mIRC Homepage
Posted By: BlackMage Need Remote Help - 05/03/05 07:09 AM
I am trying to make a Tigger Script so when lets say someone says "Bye" in a sentence I will automatacly say "Good Bye" or something of the like...Can anyone help me with this.....???


-BlackMage
I am the Black Mage I cast the spells that makes peoples fall down
Posted By: ricky_knuckles Re: Need Remote Help - 05/03/05 07:30 AM
hi

Code:
on *:text:* bye *:#:{
msg $chan goodbye
}


this will catch only bye but it can be surrounded by anything else but if something else is directly against it , it wont trigger

Code:
on *:text:*bye*:#:{
msg $chan goodbye
}


this will catch bye anywhere whether it be goodbye or lullabye
take your pick

this goes in your remotes
alt + r
if you have anything already in there go to file and then new and paste it in the fresh one
© mIRC Discussion Forums