From 16d437f0ab23d89d752d0058ca51f976cdbf3bb1 Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Sun, 26 Apr 2015 20:27:26 +0200 Subject: [PATCH] implementato 'assa linkami la repo ...' --- scripts/github.coffee | 3 +++ 1 file changed, 3 insertions(+) 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] +