implementato 'assa linkami la repo ...'

This commit is contained in:
Enrico Fasoli 2015-04-26 20:27:26 +02:00
parent ae7d15a86d
commit 16d437f0ab

View File

@ -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]