diff options
| author | 2019-05-19 17:53:21 +0100 | |
|---|---|---|
| committer | 2019-05-19 17:53:21 +0100 | |
| commit | 5ed9185fb5c7a3bee2b90dc6903b712010517d95 (patch) | |
| tree | bcf67243389989ebbacae9e7160dad1fb463e889 | |
| parent | `target` doesn't exist in message handlers (diff) | |
| signature | ||
Remove now-unneeded call to `.buffer.skip_next()` after a preprocess.command
failure
| -rw-r--r-- | modules/commands/__init__.py | 1 |
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) |
