3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00
This commit is contained in:
reality 2013-07-26 16:59:22 +00:00
parent b5c320a1b2
commit ac8783dbd6

View File

@ -203,7 +203,6 @@ var users = function(dbot) {
if(!_.include(channel.users, user.id)) { if(!_.include(channel.users, user.id)) {
this.internalAPI.addChannelUser(channel, user, staff, next); this.internalAPI.addChannelUser(channel, user, staff, next);
} else { } else {
console.log(channel);
this.internalAPI.modChannelStaff(channel, user, staff, next); this.internalAPI.modChannelStaff(channel, user, staff, next);
} }
}.bind(this); }.bind(this);