fix the ban host thing

This commit is contained in:
reality 2013-08-28 12:25:33 +00:00
parent 8aa9842091
commit 4b36fc33b1

View File

@ -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) {