From 8c94bcf6caf0ae88b3a67d0a73389a7e60810e1c Mon Sep 17 00:00:00 2001 From: jesopo Date: Sat, 23 Feb 2019 21:33:04 +0000 Subject: Move utils.irc.IRCParsedLine to IRCLine.ParsedLine, improve truncation mechanism, don't convert sent line from ParsedLine to text to ParsedLine for line_handler handling --- modules/commands/outs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands') diff --git a/modules/commands/outs.py b/modules/commands/outs.py index e82537af..09d1c872 100644 --- a/modules/commands/outs.py +++ b/modules/commands/outs.py @@ -40,8 +40,8 @@ class Out(object): else: raise ValueError("Unknown command methd '%s'" % method) + line.truncate_marker = STR_MORE if line.truncated(): - line.end_replace(STR_MORE) self._text = "%s%s" % (STR_CONTINUED, line.truncated()) else: self._text = "" -- cgit v1.3.1-10-gc9f91