We are using this very easy script atm:
I was wondering if it could be change, it will only echo stuff we like it to be show in the user channel.bind pubm * "*" pre
proc pre {nick uhost handle channel text} {
if {($nick == "nick") && ($channel == "#channel")} {
putserv "privmsg #userchannel :$text"
}
}
Like the sitebot announce:
<sitebot> PRE : blablabla
<sitebot> [TV] - blabla
So it have to echo only the text that starts with a "["
Hope this is clear

thanks