From 5ed9185fb5c7a3bee2b90dc6903b712010517d95 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sun, 19 May 2019 17:53:21 +0100 Subject: Remove now-unneeded call to `.buffer.skip_next()` after a preprocess.command failure --- modules/commands/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'modules') diff --git a/modules/commands/__init__.py b/modules/commands/__init__.py index 51f48bd6..273cf6dc 100644 --- a/modules/commands/__init__.py +++ b/modules/commands/__init__.py @@ -173,7 +173,6 @@ class Module(ModuleManager.BaseModule): if hard_fail or (not force_success and error): if error: stderr.write(error).send(command_method) - target.buffer.skip_next() return True args = " ".join(args_split) -- cgit v1.3.1-10-gc9f91