3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00

syntax error..

This commit is contained in:
reality 2013-05-23 12:16:43 +00:00
parent 06c14d4fc5
commit 9792daf669

View File

@ -111,7 +111,7 @@ var imgur = function(dbot) {
if(matches[1]) {
this.api.getImageInfo(matches[1], function(imgData) {
var info = this.internalAPI.infoString(imgData);
if(info) event.reply(dbot.t('imgurinfo', { 'info': info });
if(info) event.reply(dbot.t('imgurinfo', { 'info': info }));
}.bind(this));
}
}.bind(this);