aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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))