aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/github.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py
index 6d66b187..42ffb97b 100644
--- a/modules/github.py
+++ b/modules/github.py
@@ -102,7 +102,8 @@ class Module(ModuleManager.BaseModule):
else:
event["stderr"].write("Could not find pull request")
- @utils.hook("received.command.gh", min_args=1)
+ @utils.hook("received.command.gh", alias_of="github")
+ @utils.hook("received.command.github", min_args=1)
def github(self, event):
username, repository, number = self._parse_ref(
event["target"], event["args_split"][0])