diff --git a/modules/users/users.js b/modules/users/users.js index 0e0f53e..5cc4c31 100644 --- a/modules/users/users.js +++ b/modules/users/users.js @@ -203,6 +203,7 @@ 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);