diff --git a/modules/report/commands.js b/modules/report/commands.js index f481444..f5d90cb 100644 --- a/modules/report/commands.js +++ b/modules/report/commands.js @@ -130,7 +130,7 @@ var commands = function(dbot) { items[notify.time] = notify; } }, function() { - if(quiet != 0 || warn != 0 || report != 0) { + if(quiet != 0 || warn != 0 || report != 0 || ban != 0) { event.reply(user.primaryNick + ' has been warned ' + warn + ' times, quieted ' + quiet + ' times, and reported ' + report + ' times.'); var sTimes = _.keys(items).sort(function(a, b) {