From 301affa7c2fd31a0f90f829c4d1a1048a8d69a47 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Thu, 6 Oct 2011 13:20:12 +0100 Subject: [PATCH] test --- modules/quotes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/quotes.js b/modules/quotes.js index 01bf57b..65df31b 100644 --- a/modules/quotes.js +++ b/modules/quotes.js @@ -109,6 +109,7 @@ var quotes = function(dbot) { // For automatic quote retrieval 'listener': function(data, params) { + console.log('test'); if(data.user == 'reality') { var once = data.message.valMatch(/^I ([\d\w\s,'-]* once)/, 2); } else { @@ -125,7 +126,6 @@ var quotes = function(dbot) { }, 'on': 'PRIVMSG' - }; };