From 5ff3be97a4a46316b9c6502cdeede2dce47e9ea7 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Sun, 16 Oct 2011 19:55:00 +0100 Subject: [PATCH] debug --- modules/modehate.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/modehate.js b/modules/modehate.js index 46ed6d2..50b67ad 100644 --- a/modules/modehate.js +++ b/modules/modehate.js @@ -3,6 +3,7 @@ var modehate = function(dbot) { return { 'listener': function(data, params) { + console.log(data.raw[0]); if(dbot.db.modehate.include(data.user) && data.raw[0].indexOf('-o') != -1) { dbot.instance.send('KICK #42 ' + data.user + ' :gtfo'); }