What you could do is have an On Text event and strip colours.
Code:
On ^*:Text:*:*: {
  echo $target $+(<,$nick,>) $strip($1-,c)
  haltdef
}


Put that in Remote Scripts (Alt + R). If the page isn't black press File > NEw to create a new script.

-Andy