mirror of
https://github.com/reality/dbot.git
synced 2024-12-24 03:33:07 +01:00
syntax error
This commit is contained in:
parent
a30f1a6a77
commit
3923a38a17
@ -9,7 +9,7 @@ var kick = function(dbot) {
|
||||
|
||||
'quiet': function(server, user, channel) {
|
||||
dbot.say(server, this.config.chanserv, 'quiet ' + channel + ' ' + user)
|
||||
}
|
||||
},
|
||||
|
||||
'kick': function(server, user, channel, msg) {
|
||||
dbot.instance.connections[server].send('KICK ' + channel + ' ' + user + ' :' + msg);
|
||||
|
Loading…
Reference in New Issue
Block a user