aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2019-02-04 21:35:31 +0000
committerGravatar jesopo2019-02-04 21:35:31 +0000
commit0344ad64703f03afc720c43b85d7e0234350366a (patch)
tree7113a2ce12d94db9bbf6adc9bbec4d353ffd4a4d /modules
parentReply to statusmsg commands (e.g. '/msg +channel !ping') with the same statusmsg (diff)
signature
Add ")" that should have been removed when we stopped using `enumerate` for
github webhook hooks (github)
Diffstat (limited to 'modules')
-rw-r--r--modules/github/module.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github/module.py b/modules/github/module.py
index 94814364..88ba324d 100644
--- a/modules/github/module.py
+++ b/modules/github/module.py
@@ -261,7 +261,7 @@ class Module(ModuleManager.BaseModule):
targets = []
repo_hooked = False
- for server_id, channel_name, hooked_repos) in hooks:
+ for server_id, channel_name, hooked_repos in hooks:
found_hook = None
if full_name and full_name in hooked_repos:
found_hook = hooked_repos[full_name]