From 4b36fc33b100b9cd9f4e7fcfaeff8fdab36d4783 Mon Sep 17 00:00:00 2001 From: reality Date: Wed, 28 Aug 2013 12:25:33 +0000 Subject: [PATCH] fix the ban host thing --- 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 fe47475..ea895f2 100644 --- a/modules/kick/kick.js +++ b/modules/kick/kick.js @@ -6,7 +6,7 @@ var kick = function(dbot) { this.api = { 'ban': function(server, host, channel) { - dbot.instance.connections[server].send('MODE ' + channel + ' +b ' + host); + dbot.instance.connections[server].send('MODE ' + channel + ' +b *!*@' + host); }, 'quiet': function(server, user, channel) {