diff --git a/modules/kick/kick.js b/modules/kick/kick.js index caea0f3..077efb6 100644 --- a/modules/kick/kick.js +++ b/modules/kick/kick.js @@ -12,7 +12,7 @@ var kick = function(dbot) { }, 'quiet': function(server, user, channel) { - dbot.say(server, this.config.chanserv, 'quiet ' + channel + ' ' + user); + dbot.instance.connections[server].send('MODE ' + channel + ' +q *!*@' + host); }, 'unquiet': function(server, user, channel) {