3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 12:29:26 +01:00
This commit is contained in:
reality 2014-01-27 01:45:00 +00:00
parent 349f283af6
commit faaee59116

View File

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