diff --git a/src/IRCLine.py b/src/IRCLine.py index 6150f646..e4f5462a 100644 --- a/src/IRCLine.py +++ b/src/IRCLine.py @@ -92,7 +92,7 @@ class ParsedLine(object): tags = self._tag_str(self.tags) if self.source: - pieces.append(str(self.source)) + pieces.append(":%s" % str(self.source)) pieces.append(self.command.upper())