Skip to content

Commit 98bfc4d

Browse files
committed
transfer stdout/stderr _assured to IRCLine.assured
1 parent 732a0b7 commit 98bfc4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core_modules/commands/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ def _out(self, server, target, target_str, is_channel, obj, type, tags):
261261
obj.insert("%s %s" % (STR_CONTINUED, trunc))
262262
valid = valid+STR_MORE
263263
line = IRCLine.parse_line(valid)
264+
if obj._assured:
265+
line.assure()
264266
server.send(line)
265267

266268
@utils.hook("preprocess.command")

0 commit comments

Comments
 (0)