Feature: "no-op" color code
It would be very handy to have a color code that simply doesn't change the color being drawn -- for example, if I want weechat.color.chat_nick_suffix to be the same color as the preceding nick (which I do), or if I don't want people using my nick to change the color of their nick in the prefix, but DO want all the other behaviour associated with someone using my nick (which I also do).
:+1:
weechat does not colorise the message. You can use colorize_lines.pl script to bold, underline the highlight message:
/set weechat.color.chat_highlight _251
to bad you can't just use:
/set weechat.color.chat_highlight _
that way the color wouldn't change !
weechat does not colorise the message. You can use colorize_lines.pl script to bold, underline the highlight message:
/set weechat.color.chat_highlight _251
The proposition is for weechat to introduce a color code that means "do not change the color"; a no-op color code. I imagine that would have to be done on the level of weechat itself and not a script.
if I don't want people using my nick to change the color of their nick in the prefix
This is now possible with /set weechat.look.highlight_prefix off