That's a bug. ioBmsg(activity) is never parsed for the %colour, %section and %sitename variables.
If you want to fix yourself, find this in ioBanana.tcl:
set output $ioBmsg(activity)
then some lines below:
ioB:tsend chan $chan $output
Above that line, add one with:
set output [ioB:basicreplace "BW" $output]
Save, .rehash your sitebot, and marvel.
|