forked from GitHub/dbot
users output and jsbot hour
This commit is contained in:
parent
a99a421767
commit
b5c320a1b2
2
jsbot
2
jsbot
@ -1 +1 @@
|
|||||||
Subproject commit bb1e72b173a136816287bc8d90509cc38a0986e3
|
Subproject commit 87b8dbbb9083d2ded4b2214a450a58ef09d4e4f9
|
@ -214,7 +214,9 @@ var users = function(dbot) {
|
|||||||
this.internalAPI.createUser(event.server, nick, checkChannelUser);
|
this.internalAPI.createUser(event.server, nick, checkChannelUser);
|
||||||
}
|
}
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
}.bind(this), function(err) {});
|
}.bind(this), function(err) {
|
||||||
|
console.log('finished checking ' + channel);
|
||||||
|
});
|
||||||
}.bind(this);
|
}.bind(this);
|
||||||
|
|
||||||
if(!event.rChannel) {
|
if(!event.rChannel) {
|
||||||
|
Loading…
Reference in New Issue
Block a user