diff --git a/src/core_modules/commands/__init__.py b/src/core_modules/commands/__init__.py index 47488f24..0e3955d0 100644 --- a/src/core_modules/commands/__init__.py +++ b/src/core_modules/commands/__init__.py @@ -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")