diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/IRCLine.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IRCLine.py b/src/IRCLine.py index 37b73f50..3651d9f7 100644 --- a/src/IRCLine.py +++ b/src/IRCLine.py @@ -22,7 +22,7 @@ class Line(IRCObject.Object): def __repr__(self) -> str: return "IRCLine.Line(%s)" % self.__str__() def __str__(self) -> str: - return self._data + return self.decoded_data() def _char_limit(self) -> int: return LINE_CUTOFF-len(":%s " % self.server.hostmask()) |
