Open
Description
When colors are added to messages, kirc
ignores the control sequences (which is probably a good thing) but still displays the actual codes.
A simple example would be newsly
bot from the ##news
channel at libera.chat. With the log entry like this (^B
and ^C
being the actual binary entries, the raw log is available here):
Wed Dec 13 23:02:36 2022::newsly!~newsly@user/yano/bot/rssly PRIVMSG ##news :[^B^C6ECNS for China^C^B] ^BU.S. panel investigating Capitol riot to release final report next week^B http://www.ecns.cn/news/2022-12-14/detail-ihchtzzp6213103.shtml
kirc
displays it like this -- note 6
after the opening square bracket:
newsly [6ECNS for China] U.S. panel investigating Capitol riot to release final report next week http://www.ecns.cn/news/2022-12-14/detail-ihchtzzp6213103.shtml
Would it possible to catch those somehow? And probably hide / ignore altogether?