Need to str() Hostmask objects in ParsedLine.format()
This commit is contained in:
parent
9335ca5d16
commit
948c86adbc
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class ParsedLine(object):
|
|||
pieces.append(self._tag_str(self.tags))
|
||||
|
||||
if self.prefix:
|
||||
pieces.append(self.prefix)
|
||||
pieces.append(str(self.prefix))
|
||||
|
||||
pieces.append(self.command.upper())
|
||||
|
||||
|
|
Loading…
Reference in a new issue