From 5a97dea05b3044386673127a4e29917ccdb5682a Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Sat, 15 Oct 2011 19:54:29 +0100 Subject: [PATCH] modehate only on deop --- modules/modehate.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/modehate.js b/modules/modehate.js index f4ec83a..5be332e 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); if(dbot.db.modehate.include(data.user) && data.raw.indexOf('-o') != -1) { dbot.instance.send('KICK #42 ' + data.user + ' :gtfo'); }