diff options
| author | 2018-09-30 20:53:58 +0100 | |
|---|---|---|
| committer | 2018-09-30 20:53:58 +0100 | |
| commit | 1cbca6fb88b2466d546cf11e1f77efb3824147c7 (patch) | |
| tree | 6629bb524b5e1fc7f23119c7eb7101b8b2cb0d27 /modules | |
| parent | Typo in modules/check_mode.py; 'required_mode' -> 'require_mode' (diff) | |
| signature | ||
Update a reference from `buffer` to `target.buffer` in modules/commands.py
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands.py b/modules/commands.py index e58697a7..1cf3a9e3 100644 --- a/modules/commands.py +++ b/modules/commands.py @@ -102,7 +102,7 @@ class Module(ModuleManager.BaseModule): for returned in returns: if returned: stderr.write(returned).send() - buffer.skip_next() + target.buffer.skip_next() return args_split = event["message_split"][args_index:] min_args = hook.kwargs.get("min_args") |
