From bd85694018290e6b92a7433964ad94a8505793ec Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Sat, 10 Mar 2012 18:13:00 +0000 Subject: [PATCH] we can't make him too friendly now can we --- modules/quotes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/quotes.js b/modules/quotes.js index dcc9a28..cedd678 100644 --- a/modules/quotes.js +++ b/modules/quotes.js @@ -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."); } } };