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.');