diff options
| author | 2019-06-07 15:57:15 +0100 | |
|---|---|---|
| committer | 2019-06-07 15:57:15 +0100 | |
| commit | 8e6835be3c2df91b73a79b6ae0efefa54980440f (patch) | |
| tree | fc0cc57412fafe4e099717636f2fc3ab9ebc25f2 /modules/ducks.py | |
| parent | Send `+draft/typing` tag when processing commands (diff) | |
| signature | ||
Only show typing indicators for commands that expect output
Diffstat (limited to 'modules/ducks.py')
| -rw-r--r-- | modules/ducks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ducks.py b/modules/ducks.py index 5bdab6cf..e3d8d089 100644 --- a/modules/ducks.py +++ b/modules/ducks.py @@ -44,7 +44,7 @@ class Module(ModuleManager.BaseModule): if show_duck: self._trigger_duck(channel) - @utils.hook("command.regex") + @utils.hook("command.regex", expect_output=False) def channel_message(self, event): """ :pattern: .+ |
