3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00
This commit is contained in:
reality 2013-08-24 18:56:23 +00:00
parent 08b46b9a8b
commit e56eaa7a9f

View File

@ -193,6 +193,7 @@ var users = function(dbot) {
}.bind(this);
if(event.user && event.channel && _.include(['JOIN', 'MODE', 'PRIVMSG'], event.action)) {
if(event.action == 'JOIN') console.log(event);
checkChannel(function(channel) {
event.rChannel = channel;
checkUser(function(user) {