mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
change youtube to yt
This commit is contained in:
parent
60f9c5ef29
commit
c0e8a588ec
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user