From 62900670cb92e1f302a34e0a4ef55a0ff56309ed Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Sat, 10 Mar 2012 18:02:03 +0000 Subject: [PATCH] nobody --- modules/quotes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/quotes.js b/modules/quotes.js index 5353fd8..bb583db 100644 --- a/modules/quotes.js +++ b/modules/quotes.js @@ -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]); } } },