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))