From 6633427cb780914f4caee7ba44242c43a35da673 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sat, 11 Jan 2020 19:20:30 +0000 Subject: send expect_output on private command events too --- src/core_modules/commands/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core_modules') diff --git a/src/core_modules/commands/__init__.py b/src/core_modules/commands/__init__.py index 6590a350..b22541d5 100644 --- a/src/core_modules/commands/__init__.py +++ b/src/core_modules/commands/__init__.py @@ -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, -- cgit v1.3.1-10-gc9f91