mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 22:39:26 +01:00
wat
This commit is contained in:
parent
4ae10a2b26
commit
ae31b121d8
@ -203,6 +203,7 @@ 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);
|
||||||
|
Loading…
Reference in New Issue
Block a user