This commit is contained in:
reality 2013-02-05 19:26:29 +00:00
parent 8fcd19cca9
commit c33d7b3720
3 changed files with 3 additions and 3 deletions

2
jsbot

@ -1 +1 @@
Subproject commit 35910d9025fa3af15b24cecc3f6e7ee897aee4dc Subproject commit 27d57d8589c13b464780b4c5ce5ce3675cc2a7f2

View File

@ -57,7 +57,7 @@ var kick = function(dbot) {
}, },
'kick': function(server, user, channel, msg) { 'kick': function(server, user, channel, msg) {
dbot.instance.connections[server].send('KICK ' + channel + ' ' + event.user + ' :' + msg); dbot.instance.connections[server].send('KICK ' + channel + ' ' + user + ' :' + msg);
} }
}; };

@ -1 +1 @@
Subproject commit 171d246b744ad59a66fcab37b8c9ccde793d9213 Subproject commit b5bc7570a36795e8870a3aab77b2a0f10fca42b4