3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-24 19:52:36 +01:00

syntax error

This commit is contained in:
reality 2013-04-14 15:41:40 +00:00
parent a30f1a6a77
commit 3923a38a17

View File

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