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