diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/utils/irc.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "" |
