diff options
| author | 2020-01-11 19:20:30 +0000 | |
|---|---|---|
| committer | 2020-01-11 19:20:30 +0000 | |
| commit | 6633427cb780914f4caee7ba44242c43a35da673 (patch) | |
| tree | 345315d7982538a5af807e5db5318a64ad46fb1c /src/core_modules | |
| parent | default pattern-based commands to expect_output=False (diff) | |
| signature | ||
send expect_output on private command events too
Diffstat (limited to 'src/core_modules')
| -rw-r--r-- | src/core_modules/commands/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
