users output and jsbot hour

This commit is contained in:
reality 2013-07-26 16:57:21 +00:00
parent a99a421767
commit b5c320a1b2
2 changed files with 4 additions and 2 deletions

2
jsbot

@ -1 +1 @@
Subproject commit bb1e72b173a136816287bc8d90509cc38a0986e3
Subproject commit 87b8dbbb9083d2ded4b2214a450a58ef09d4e4f9

View File

@ -214,7 +214,9 @@ var users = function(dbot) {
this.internalAPI.createUser(event.server, nick, checkChannelUser);
}
}.bind(this));
}.bind(this), function(err) {});
}.bind(this), function(err) {
console.log('finished checking ' + channel);
});
}.bind(this);
if(!event.rChannel) {