mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
3.5.524. Add socket server status to the Debug menu. Update the emoji regex. Fix global emote tooltips.
This commit is contained in:
parent
d208fcb3b6
commit
35ce17e3ee
8 changed files with 87 additions and 24 deletions
|
@ -165,6 +165,7 @@ FFZ.prototype.ws_create = function() {
|
|||
|
||||
ws.onopen = function(e) {
|
||||
f._ws_open = true;
|
||||
f._ws_authenticated = false;
|
||||
f._ws_delay = 0;
|
||||
f.log("Socket Connected.");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue