Give StdOut.send
the new method
param (commands.py)
This commit is contained in:
parent
7b3d7f85a6
commit
335f1545a8
1 changed files with 2 additions and 1 deletions
|
@ -325,7 +325,8 @@ class Module(ModuleManager.BaseModule):
|
|||
:help: Show more output from the last command
|
||||
"""
|
||||
if event["target"].last_stdout and event["target"].last_stdout.has_text():
|
||||
event["target"].last_stdout.send()
|
||||
event["target"].last_stdout.send(
|
||||
self._command_method(event["target"], event["server"]))
|
||||
|
||||
@utils.hook("received.command.ignore", min_args=1)
|
||||
def ignore(self, event):
|
||||
|
|
Loading…
Reference in a new issue