This commit is contained in:
barisusakli
2015-03-18 17:50:47 -04:00
parent 41f5afa887
commit 5bc2e7dac2
6 changed files with 88 additions and 47 deletions

View File

@@ -118,4 +118,8 @@ SocketCategories.ignore = function(socket, cid, callback) {
});
};
SocketCategories.isModerator = function(socket, cid, callback) {
user.isModerator(socket.uid, cid, callback);
};
module.exports = SocketCategories;