This commit is contained in:
Luke Slater 2012-03-10 18:02:03 +00:00
parent 90866a095d
commit 62900670cb

View File

@ -12,7 +12,7 @@ var quotes = function(dbot) {
if(quotes.hasOwnProperty(key)) {
dbot.say(data.channel, q[1] + ': ' + dbot.interpolatedQuote(key));
} else {
dbot.say(data.channel, 'No one loves ' + q[1]);
dbot.say(data.channel, 'Nobody loves ' + q[1]);
}
}
},