aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorGravatar jesopo2019-08-07 14:00:56 +0100
committerGravatar jesopo2019-08-07 14:00:56 +0100
commitb6361ba4e30193d15b2b647af9bd2bc1a58bf93b (patch)
tree2bc025fd506114b429b4daf35876da71dc228cc7 /src/utils
parentChange pip command in README.md to be a --user command (diff)
signature
Remove extraneous space
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/irc/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/irc/__init__.py b/src/utils/irc/__init__.py
index b141beab..0584d7c1 100644
--- a/src/utils/irc/__init__.py
+++ b/src/utils/irc/__init__.py
@@ -79,7 +79,6 @@ def parse_line(line: str) -> IRCLine.ParsedLine:
return IRCLine.ParsedLine(command, args, source, tags)
-
REGEX_COLOR = re.compile("%s(?:(\d{1,2})(?:,(\d{1,2}))?)?" % utils.consts.COLOR)
def color(s: str, foreground: utils.consts.IRCColor,