mIRC Home    About    Download    Register    News    Help

Print Thread
#113449 05/03/05 07:09 AM
Joined: Mar 2005
Posts: 1
B
Mostly harmless
OP Offline
Mostly harmless
B
Joined: Mar 2005
Posts: 1
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

#113450 05/03/05 07:30 AM
Joined: Nov 2004
Posts: 332
R
Fjord artisan
Offline
Fjord artisan
R
Joined: Nov 2004
Posts: 332
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


The Kodokan will move you, one way or another.

Link Copied to Clipboard