Better channel bans
This commit is contained in:
parent
e315407a48
commit
d43f39caa1
10 changed files with 125 additions and 4 deletions
|
|
@ -111,6 +111,10 @@ function initCallbacks() {
|
|||
updateBanlist(data.entries);
|
||||
});
|
||||
|
||||
socket.on("seenlogins", function(data) {
|
||||
updateSeenLogins(data.entries);
|
||||
});
|
||||
|
||||
socket.on("acl", updateACL);
|
||||
|
||||
socket.on("voteskip", function(data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue