diff --git a/src/utils/irc.py b/src/utils/irc.py index fa2f44d7..0e0921df 100644 --- a/src/utils/irc.py +++ b/src/utils/irc.py @@ -206,7 +206,7 @@ def to_ansi_colors(s: str) -> str: has_foreground = False has_background = False bold = False - uderline = False + underline = False for token in _color_tokens(s): replace = ""