From ae31b121d84ccfc9a98750fc58d70b813ab0001a Mon Sep 17 00:00:00 2001 From: reality Date: Thu, 25 Jul 2013 23:22:47 +0000 Subject: [PATCH] wat --- modules/users/users.js | 1 + 1 file changed, 1 insertion(+) 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);