Implement ACL for channel owners (Issue #42)

This commit is contained in:
Calvin Montgomery 2013-04-22 22:28:40 +04:00
parent d7de1fc69e
commit bb019deeb7
10 changed files with 173 additions and 26 deletions

View file

@ -101,6 +101,8 @@ function initCallbacks() {
updateBanlist(data.entries);
});
socket.on("acl", updateACL);
socket.on("voteskip", function(data) {
if(data.count > 0) {
$("#voteskip").text("Voteskip ("+data.count+"/"+data.need+")");