aboutsummaryrefslogtreecommitdiff
path: root/modules/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands.py')
-rw-r--r--modules/commands.py2
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")