forked from GitHub/dbot
fix the ban host thing
This commit is contained in:
parent
8aa9842091
commit
4b36fc33b1
@ -6,7 +6,7 @@ var kick = function(dbot) {
|
|||||||
|
|
||||||
this.api = {
|
this.api = {
|
||||||
'ban': function(server, host, channel) {
|
'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) {
|
'quiet': function(server, user, channel) {
|
||||||
|
Loading…
Reference in New Issue
Block a user