forked from GitHub/dbot
we can't make him too friendly now can we
This commit is contained in:
parent
0475db6092
commit
bd85694018
@ -218,9 +218,9 @@ var quotes = function(dbot) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(pruned.length > 0) {
|
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 {
|
} else {
|
||||||
dbot.say(data.channel, "No empty quote categories. You're good to go!");
|
dbot.say(data.channel, "No empty quote categories. Commence incineration.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user