diff --git a/src/utils/irc.py b/src/utils/irc.py index 4e6991e4..4366573d 100644 --- a/src/utils/irc.py +++ b/src/utils/irc.py @@ -201,7 +201,7 @@ def to_ansi_colors(s): else: if color: replace += utils.consts.ANSI_COLOR_RESET - if ansi_bold: + if ansi_bold and not bold: replace += utils.consts.ANSI_BOLD_RESET color = False ansi_bold = False