From b03a36f5f676e23c7a89ce21ea792c9bbafe5a63 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Fri, 25 Nov 2011 12:33:20 +0000 Subject: [PATCH] merge fix --- modules/quotes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/quotes.js b/modules/quotes.js index 9bf337d..d7225f2 100644 --- a/modules/quotes.js +++ b/modules/quotes.js @@ -109,8 +109,8 @@ var quotes = function(dbot) { rmAllowed = true; dbot.say(data.channel, 'Quote saved in \'' + q[1] + '\' (' + quotes[key].length + ')'); - if(data.channel == 'reality') { - dbot.say('#realitest', 'Public Service Announcement: Snow added \'' + q[1] + '\' to ' + key + ' in PM'); + if(data.channel == 'Snow') { + dbot.say('#42', 'Public Service Announcement: Snow added \'' + q[2] + '\' to ' + key + ' in PM'); } } else { dbot.say(data.channel, 'Invalid syntax. Initiate incineration.');