transfer stdout/stderr _assured to IRCLine.assured
This commit is contained in:
parent
732a0b77eb
commit
98bfc4db95
1 changed files with 2 additions and 0 deletions
|
@ -261,6 +261,8 @@ class Module(ModuleManager.BaseModule):
|
|||
obj.insert("%s %s" % (STR_CONTINUED, trunc))
|
||||
valid = valid+STR_MORE
|
||||
line = IRCLine.parse_line(valid)
|
||||
if obj._assured:
|
||||
line.assure()
|
||||
server.send(line)
|
||||
|
||||
@utils.hook("preprocess.command")
|
||||
|
|
Loading…
Reference in a new issue