forked from GitHub/dbot
remove imgur from the search terms lol (fix regexen)
This commit is contained in:
parent
ab9cfb1469
commit
cb38352519
@ -191,7 +191,7 @@ var imgur = function(dbot) {
|
||||
}.bind(this));
|
||||
}
|
||||
}
|
||||
this.commands['~imgur'].regex = [/^~([\d\w\s-]*)/, 2];
|
||||
this.commands['~imgur'].regex = [/^~imgur ([\d\w\s-]*)/, 2];
|
||||
|
||||
this.onLoad = function() {
|
||||
var imgurHandler = function(matches, name, callback) {
|
||||
|
Loading…
Reference in New Issue
Block a user