aboutsummaryrefslogtreecommitdiff
path: root/modules/webhooks
diff options
context:
space:
mode:
Diffstat (limited to 'modules/webhooks')
-rw-r--r--modules/webhooks/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/webhooks/__init__.py b/modules/webhooks/__init__.py
index 3f9e0c86..a427c917 100644
--- a/modules/webhooks/__init__.py
+++ b/modules/webhooks/__init__.py
@@ -98,6 +98,8 @@ class Module(ModuleManager.BaseModule):
module_name=webhook_name, server=server, message=output,
hide_prefix=hide_prefix)
+ return {"state": "success", "deliveries": len(targets)}
+
def _prevent_highlight(self, server, channel, s):
for user in channel.users:
if len(user.nickname) == 1: