mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Made socketeventheaders better, none of that chan,np, just np now
This commit is contained in:
@@ -65,7 +65,7 @@ socket.on("pw", function(msg)
|
||||
Materialize.toast("Correct password. You now have access to the sacred realm of The Admin.", 4000);
|
||||
});
|
||||
|
||||
socket.on(chan.toLowerCase()+",conf", function(msg)
|
||||
socket.on("conf", function(msg)
|
||||
{
|
||||
set_conf(msg[0]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user