What about:

Code:
on ^*:text:*:#: {
  if ($nick == BADBOT) {
    iline @badbot 1 $nick - $1-
    haltdef
  }
}


That assumes you already have the @badbot window open. I didn't bother putting the code in to open it since you didn't have it in there either.

It will put the text from the bot in your window and nowhere else. If the bot doesn't change nicks, this should do what you need. If it does, make the if statement check multiple nicks using ||. It's set to work for all channels, but it's probably not likely to have that same nick in other channels you're in, unless it's a common nick on the bot. Just makes it easier that way rather than listing out the channels.


Invision Support
#Invision on irc.irchighway.net