I am working on a script that replies to a friends scripts automatically. I am working with the following script:

on *:ACTION:*:#:{
if (*flamethrower* iswm $1- || *barbeques* iswm $1- || *Gar* iswn $1- || *Gararion* $1-) {
describe # sprinkles the hotest mixture of ingredents known to mankind on his arm before Bahran gets a chance to grab it and sits back to watch the show.
}
}

What is is reply to is:

* Bahran takes out a flamethrower and barbeques gar then takes a piece of their crispy arm and chews on it...

It works yes but if he does this script to someone else it replies as well. For examples if he does:

* Bahran takes out a flamethrower and barbeques himself then takes a piece of their crispy arm and chews on it...

it replies as well, which is useless cause the my script is only meant to happen when he does it to me. What would I need to change to make it only reply when he does it to me?