From 3923a38a17399eda2e476f9ff7eac343975d437d Mon Sep 17 00:00:00 2001 From: reality Date: Sun, 14 Apr 2013 15:41:40 +0000 Subject: [PATCH] syntax error --- modules/kick/kick.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/kick/kick.js b/modules/kick/kick.js index e5be508..6314c07 100644 --- a/modules/kick/kick.js +++ b/modules/kick/kick.js @@ -9,7 +9,7 @@ var kick = function(dbot) { 'quiet': function(server, user, channel) { dbot.say(server, this.config.chanserv, 'quiet ' + channel + ' ' + user) - } + }, 'kick': function(server, user, channel, msg) { dbot.instance.connections[server].send('KICK ' + channel + ' ' + user + ' :' + msg);