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'); } },