mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed authentication issue with chat
This commit is contained in:
@@ -68,7 +68,7 @@ var Chat = {
|
||||
else if($(".chat-tab-li a.active").attr("href") == "#all_chat")
|
||||
socket.emit("all,chat", data.value);
|
||||
else
|
||||
socket.emit("chat", {channel: chan.toLowerCase(), data: data.value});
|
||||
socket.emit("chat", {channel: chan.toLowerCase(), data: data.value, pass: embed ? '' : Crypt.crypt_pass(Crypt.get_userpass(chan.toLowerCase()))});
|
||||
data.value = "";
|
||||
return;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user