fix ~warnings output

This commit is contained in:
reality 2013-08-12 17:17:38 +00:00
parent 3136db5cb4
commit e06c1647c4

View File

@ -60,7 +60,8 @@ var warning = function(dbot) {
+ warnee.primaryNick) + warnee.primaryNick)
})); }));
} else { } else {
event.reply(dbot.t('no_warnings', { 'user': warnee })); event.reply(dbot.t('no_warnings', { 'user':
warnee.primaryNick }));
} }
}); });
}.bind(this)); }.bind(this));