View Single Post
Old 09-06-2005, 06:55 PM  
Mouton
Posse Member
 
Join Date: Dec 2002
Posts: 1,956
Default

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.
Mouton is offline   Reply With Quote