From defb08b8efcae8314061e194320afbb99f4a9319 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Wed, 12 Oct 2011 21:36:42 +0100 Subject: [PATCH] terrible cheat --- modules/modehate.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/modehate.js b/modules/modehate.js index 3da4c55..2f2421a 100644 --- a/modules/modehate.js +++ b/modules/modehate.js @@ -5,8 +5,7 @@ var modehate = function(dbot) { 'listener': function(data) { console.log('caught modehate'); if(dbot.db.modehate.include(data.user)) { - dbot.instance.send('KICK ' + data.channel + ' ' + data.user + ' :gtfo'); - console.log(data.channel,'KICK ' + data.channel + ' ' + data.user + ' :gtfo'); + dbot.instance.send('KICK #42 ' + data.user + ' :gtfo'); } },