From 8b23d272c6b0ec9a6d189f8b801fbc0bb0a544bd Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Wed, 12 Oct 2011 21:35:33 +0100 Subject: [PATCH] test --- modules/modehate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/modehate.js b/modules/modehate.js index 8f8ad9a..3da4c55 100644 --- a/modules/modehate.js +++ b/modules/modehate.js @@ -6,7 +6,7 @@ var modehate = function(dbot) { console.log('caught modehate'); if(dbot.db.modehate.include(data.user)) { dbot.instance.send('KICK ' + data.channel + ' ' + data.user + ' :gtfo'); - dbot.say(data.channel,'KICK ' + data.channel + ' ' + data.user + ' :gtfo'); + console.log(data.channel,'KICK ' + data.channel + ' ' + data.user + ' :gtfo'); } },