I have the following problem:

I want my bot to respond to the following colored text and then execute a command ...

it is for my own network of Friends
here is the Code:

Code:
on *:text:* $+ $(*4has entered the battle!*):#: {
  set %enemy $1
  /os client join %enemy #battledome
}



so my Problem is the bot dont react of a collored text.. frown


for example: if the gamebot says: Bee has entered the battle!


the Other bot should start the command…

But it dont work smirk

Can Anybody help?