Yes that is what I'm looking for. Thank you. Now I tried using the same format with my script, but when I type in the trigger, the message doesn't pop up in the other channel. The bot is in both channels.
on *:text:!es:#pn-staff:{
if $istok(Sableye , $nick , 32) {
.msg #pn-fun 1,8 $2, you were chosen to play Exploding Snorlax! Your water Pokemon is 12!wartortle
/set %esplay $2
/set %esnick $2
}
else {
.msg #pn-fun $2 Not allowed!
}
}
Am I missing something here?