From c0e8a588ecd23ad4a54d373d5d7406643ecfe756 Mon Sep 17 00:00:00 2001 From: reality Date: Mon, 14 Jul 2014 13:42:56 +0000 Subject: [PATCH] change youtube to yt --- modules/youtube/youtube.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/youtube/youtube.js b/modules/youtube/youtube.js index b85a088..4a53027 100644 --- a/modules/youtube/youtube.js +++ b/modules/youtube/youtube.js @@ -74,7 +74,7 @@ var youtube = function(dbot) { }.bind(this)); } }; - this.commands['~yt'].regex = [/^youtube (.+)$/, 2]; + this.commands['~yt'].regex = [/^yt (.+)$/, 2]; this.onLoad = function() { dbot.api.link.addHandler(this.name, this.LinkRegex,