'uderline' -> 'underline' typo in utils.irc

This commit is contained in:
jesopo 2018-11-30 16:32:18 +00:00
parent 4dfb2ffeaa
commit cdfe6d2959

View file

@ -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 = ""