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