aboutsummaryrefslogtreecommitdiff
path: root/modules/github/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/github/__init__.py')
-rw-r--r--modules/github/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/github/__init__.py b/modules/github/__init__.py
index 7f3ff8f7..3dee37d5 100644
--- a/modules/github/__init__.py
+++ b/modules/github/__init__.py
@@ -252,7 +252,7 @@ class Module(ModuleManager.BaseModule):
else:
return True
- @utils.hook("command.regex")
+ @utils.hook("command.regex", ignore_action=False)
def url_regex(self, event):
"""
:command: github
@@ -272,7 +272,7 @@ class Module(ModuleManager.BaseModule):
event["stdout"].hide_prefix()
event["stdout"].write(result)
- @utils.hook("command.regex")
+ @utils.hook("command.regex", ignore_action=False)
def ref_regex(self, event):
"""
:command: github