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:
parent
3136db5cb4
commit
e06c1647c4
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user