aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-18 17:56:20 +0100
committerGravatar jesopo2019-06-18 17:56:20 +0100
commit1cbc2ce31ba50630be60fdd7f9024fe103235ab7 (patch)
treeff4152a7cb2cdfcbcb762c696607599ae05fb7b1 /src
parentMove !help to it's own module and entirely rework its interface (diff)
signature
Tags should not be appended to `pieces` now that they're counted separately
Diffstat (limited to 'src')
-rw-r--r--src/IRCLine.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/IRCLine.py b/src/IRCLine.py
index 9b028a17..e5b297a0 100644
--- a/src/IRCLine.py
+++ b/src/IRCLine.py
@@ -89,7 +89,6 @@ class ParsedLine(object):
tags = ""
if self.tags:
tags = self._tag_str(self.tags)
- pieces.append(self._tag_str(self.tags))
if self.source:
pieces.append(str(self.source))