From 0b62ba48065f423303e1f8c55dac25275f903976 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Sun, 16 Oct 2011 20:01:43 +0100 Subject: [PATCH] debug --- modules/modehate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/modehate.js b/modules/modehate.js index d76425f..161ea4f 100644 --- a/modules/modehate.js +++ b/modules/modehate.js @@ -3,7 +3,7 @@ var modehate = function(dbot) { return { 'listener': function(data, params) { - console.log(typeof(data.raw)); + console.log(typeof(data.raw[0])); if(dbot.db.modehate.include(data.user) && data.raw.indexOf('-o') != -1) { dbot.instance.send('KICK #42 ' + data.user + ' :gtfo'); }