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) {