forked from GitHub/dbot
syntax error
This commit is contained in:
parent
a30f1a6a77
commit
3923a38a17
@ -9,7 +9,7 @@ var kick = function(dbot) {
|
|||||||
|
|
||||||
'quiet': function(server, user, channel) {
|
'quiet': function(server, user, channel) {
|
||||||
dbot.say(server, this.config.chanserv, 'quiet ' + channel + ' ' + user)
|
dbot.say(server, this.config.chanserv, 'quiet ' + channel + ' ' + user)
|
||||||
}
|
},
|
||||||
|
|
||||||
'kick': function(server, user, channel, msg) {
|
'kick': function(server, user, channel, msg) {
|
||||||
dbot.instance.connections[server].send('KICK ' + channel + ' ' + user + ' :' + msg);
|
dbot.instance.connections[server].send('KICK ' + channel + ' ' + user + ' :' + msg);
|
||||||
|
Loading…
Reference in New Issue
Block a user