mirror of
https://github.com/weechat/weechat.git
synced 2026-06-24 20:06:38 +02:00
6534919868
Before parsing IRC messages, they were almost all changed to convert IRC color codes to WeeChat color codes, which caused some bugs when storing data like account and real names (stored with WeeChat color codes instead of IRC colors). Now the messages are parsed as-is, then the colors are converted only when strings are displayed in a buffer by `weechat_printf()`.