forked from GitHub/dbot
fix ~warnings output
This commit is contained in:
parent
3136db5cb4
commit
e06c1647c4
@ -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));
|
||||||
|
Loading…
Reference in New Issue
Block a user