The
$highlight().color bug:
$highlight().color always returns the color+1
Reproduction:
- Go to Tools>Options>IRC>Highlight
- Press Add
- Type blah in the top editbox
- Select the bottom color from the Color combo
- Press OK
- Press OK
- Type //echo -a $highlight(blah).color
It echoes
16 instead of
15This happens for any color, not just 15
(I believe this has been posted before, but because I couldn't find it I assumed the post has been torched.)