forked from GitHub/dbot
change youtube to yt
This commit is contained in:
parent
60f9c5ef29
commit
c0e8a588ec
@ -74,7 +74,7 @@ var youtube = function(dbot) {
|
|||||||
}.bind(this));
|
}.bind(this));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
this.commands['~yt'].regex = [/^youtube (.+)$/, 2];
|
this.commands['~yt'].regex = [/^yt (.+)$/, 2];
|
||||||
|
|
||||||
this.onLoad = function() {
|
this.onLoad = function() {
|
||||||
dbot.api.link.addHandler(this.name, this.LinkRegex,
|
dbot.api.link.addHandler(this.name, this.LinkRegex,
|
||||||
|
Loading…
Reference in New Issue
Block a user