aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorGravatar jesopo2018-11-30 16:32:18 +0000
committerGravatar jesopo2018-11-30 16:32:18 +0000
commitcdfe6d29592f7315dcd1fce19ef1b4762dad9f65 (patch)
tree3c50762c891d0d4ad1bbaf71c2e845474373ccc4 /src/utils
parentSupport ANSI underline (diff)
signature
'uderline' -> 'underline' typo in utils.irc
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/irc.py2
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 = ""