aboutsummaryrefslogtreecommitdiff
path: root/modules/commands
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands')
-rw-r--r--modules/commands/__init__.py1
1 files changed, 0 insertions, 1 deletions
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)