From cb3835251973cfa29dc43346c899ef6bf0c21165 Mon Sep 17 00:00:00 2001 From: reality Date: Sun, 25 Aug 2013 19:07:11 +0000 Subject: [PATCH] remove imgur from the search terms lol (fix regexen) --- modules/imgur/imgur.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/imgur/imgur.js b/modules/imgur/imgur.js index 615df19..956d509 100644 --- a/modules/imgur/imgur.js +++ b/modules/imgur/imgur.js @@ -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) {