diff --git a/scripts/github.coffee b/scripts/github.coffee index cf04e88..e859024 100644 --- a/scripts/github.coffee +++ b/scripts/github.coffee @@ -43,3 +43,6 @@ module.exports = (robot) -> base = 'http://github.com/fazo96/asjon/issues/' res.send base+res.match[1] + robot.respond /linkami (?:la )?repo (\w+\/\w+)/i, (res) -> + res.send 'https://github.com/'+res.match[1] +