From 72587af968d9989308a5ab94f86f4bdf415ad808 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Mon, 24 Oct 2011 13:54:42 +0100 Subject: [PATCH] derp --- modules/modehate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/modehate.js b/modules/modehate.js index f2cb39e..7f18d81 100644 --- a/modules/modehate.js +++ b/modules/modehate.js @@ -6,7 +6,7 @@ var modehate = function(dbot) { if(data.raw[0].indexOf('-oooo') != -1) { 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'); + dbot.instance.send('KICK ' + data.channel + ' ' + data.user + ' :gtfo'); } },