Name capitalization from IRCv3 tags?

Is there a way to force name capitalization from IRCv3 tags instead of first letter capitalization?, If not, any change of adding the option in the future?, I love KapChat, but the first letter only capitalization is bugging the hell out of me…

Thanks in advance,
zgd3

Try this CSS.

.nick {
    font-weight: bold !important;
    text-transform: uppercase !important;
}

Hi, thanks for bringing this to our attention. We already do support display names, but there was a legacy text transform causing all names to be capitalized. This has been resolved.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.