This commit is contained in:
reality 2013-10-13 04:19:21 +00:00
parent e9605b60d3
commit 3dfa3be2e1

View File

@ -41,7 +41,7 @@ var youtube = function(dbot) {
var link = v.link[0].href.match(this.LinkRegex)
if(!_.isUndefined(link)) {
res += ' - ' + link[2];
res += ' - http://youtu.be/' + link[2];
}
return res;