3
0
mirror of https://github.com/reality/dbot.git synced 2025-01-11 20:42:37 +01:00

we can't make him too friendly now can we

This commit is contained in:
Luke Slater 2012-03-10 18:13:00 +00:00
parent 0475db6092
commit bd85694018

View File

@ -218,9 +218,9 @@ var quotes = function(dbot) {
}
}
if(pruned.length > 0) {
dbot.say(data.channel, "Pruned empty quote categories: " + pruned.join(", "));
dbot.say(data.channel, "Pruning empty quote categories: " + pruned.join(", "));
} else {
dbot.say(data.channel, "No empty quote categories. You're good to go!");
dbot.say(data.channel, "No empty quote categories. Commence incineration.");
}
}
};