3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 14:29:29 +01:00

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)
}));
} else {
event.reply(dbot.t('no_warnings', { 'user': warnee }));
event.reply(dbot.t('no_warnings', { 'user':
warnee.primaryNick }));
}
});
}.bind(this));