send expect_output on private command events too
This commit is contained in:
parent
d06d74efb9
commit
6633427cb7
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ class Module(ModuleManager.BaseModule):
|
|||
self.command(event["server"], event["user"],
|
||||
event["user"].nickname, False, event["user"], command,
|
||||
args_split, event["line"], hook, command_prefix="",
|
||||
buffer_line=event["buffer_line"])
|
||||
buffer_line=event["buffer_line"], expect_output=True)
|
||||
else:
|
||||
self.events.on("unknown.command").call(server=event["server"],
|
||||
target=event["user"], user=event["user"], command=command,
|
||||
|
|
Loading…
Reference in a new issue