09-06-2005, 06:55 PM
|
#4 |
| Posse Member Ultimate Scripter ioFTPD Administrator
Join Date: Dec 2002
Posts: 2,022
|
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.
|
| |