forked from GitHub/dbot
derp
This commit is contained in:
parent
8fcd19cca9
commit
c33d7b3720
2
jsbot
2
jsbot
@ -1 +1 @@
|
|||||||
Subproject commit 35910d9025fa3af15b24cecc3f6e7ee897aee4dc
|
Subproject commit 27d57d8589c13b464780b4c5ce5ce3675cc2a7f2
|
@ -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
|
Loading…
Reference in New Issue
Block a user