forked from GitHub/dbot
dope
This commit is contained in:
parent
b5c320a1b2
commit
ac8783dbd6
@ -203,7 +203,6 @@ var users = function(dbot) {
|
||||
if(!_.include(channel.users, user.id)) {
|
||||
this.internalAPI.addChannelUser(channel, user, staff, next);
|
||||
} else {
|
||||
console.log(channel);
|
||||
this.internalAPI.modChannelStaff(channel, user, staff, next);
|
||||
}
|
||||
}.bind(this);
|
||||
|
Loading…
Reference in New Issue
Block a user