From 8e6835be3c2df91b73a79b6ae0efefa54980440f Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 7 Jun 2019 15:57:15 +0100 Subject: Only show typing indicators for commands that expect output --- modules/ducks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/ducks.py') 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: .+ -- cgit v1.3.1-10-gc9f91