From 16354db0602ea5b5e3bf91f42201184146d344e1 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Sun, 4 Dec 2011 16:59:30 +0000 Subject: [PATCH] test --- modules/modehate.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/modehate.js b/modules/modehate.js index 7f18d81..add56d9 100644 --- a/modules/modehate.js +++ b/modules/modehate.js @@ -3,7 +3,9 @@ var modehate = function(dbot) { return { 'listener': function(data, params) { + console.log('THIS: ' + data.raw[0]); if(data.raw[0].indexOf('-oooo') != -1) { + console.log('test'); dbot.instance.send('KICK ' + data.channel + ' ' + data.user + ' :gtfo - mass deop protection'); } else if(dbot.db.modehate.include(data.user) && data.raw[0].indexOf('-o') != -1) { dbot.instance.send('KICK ' + data.channel + ' ' + data.user + ' :gtfo');