aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/utils/irc.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/utils/irc.py b/src/utils/irc.py
index 44ebc062..f93f61ed 100644
--- a/src/utils/irc.py
+++ b/src/utils/irc.py
@@ -77,10 +77,6 @@ FORMAT_STRIP = [
]
def _format_tokens(s: str) -> typing.List[str]:
- is_color = False
- foreground: typing.List[str] = []
- background: typing.List[str] = []
- is_background = False
tokens: typing.List[str] = []
s_copy = list(s)